Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ataitler committed Feb 6, 2024
1 parent b99086d commit 78e11b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ We require Python 3.8+.
* numpy

If one desires to make use of the included visualizers (note they are pyRDDLGym compatible only),
[pyRDDLGym](https://github.com/ataitler/pyRDDLGym) must be installed as well.
[pyRDDLGym](https://github.com/pyrddlgym-project/pyRDDLGym) must be installed as well.
* pyRDDLGym (`pip install pyRDDLGym`)

### Installation
There are two options:
* Using pip: `pip install rddlrepository`
* Cloning directly: `git clone https://github.com/ataitler/rddlrepository.git`
* Cloning directly: `git clone https://github.com/pyrddlgym-project/rddlrepository.git`

### Usage example
The following example list all the functions and objects needed to access the problems in the repository:
Expand Down

0 comments on commit 78e11b5

Please sign in to comment.