Skip to content

Commit

Permalink
Updated figure caption
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed Mar 12, 2020
1 parent 5392622 commit 54d4a13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ python -m digideep.main --play --load-checkpoint "<path_to_checkpoint>"
python -m digideep.environment.play --model "Pendulum-v0"
```

See [usage notes](https://digideep.readthedocs.io/en/latest/notes/02%20Usage.html) for more delicate usage information.
* Listing all available environments using a filter. Example:

```bash
python -m digideep.environment.play --list-include ".*"
```

See [usage notes](https://digideep.readthedocs.io/en/latest/notes/02%20Usage.html) for more detailed usage information.


### Sample Results
Expand Down

0 comments on commit 54d4a13

Please sign in to comment.