Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamStelmaszczyk committed Jun 8, 2018
1 parent 1493849 commit 29d93cf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ TensorFlow & Keras implementation of DQN.

There is an automatic build on Travis which [does the same](https://github.com/AdamStelmaszczyk/rl-tutorial/blob/master/.travis.yml).

## Run

`python run.py --help`

```
usage: run.py [-h] [--eval] [--model MODEL] [--name NAME] [--seed SEED]
[--test] [--view]
optional arguments:
-h, --help show this help message and exit
--eval run evaluation with log only (default: False)
--model MODEL model filename to load (default: None)
--name NAME name for saved files (default: 06-08-19-23)
--seed SEED pseudo random number generator seed (default: None)
--test run tests (default: False)
--view view the model playing the game (default: False)
```

## Uninstall

1. Deactivate conda environment: `source deactivate`.
Expand All @@ -21,4 +39,4 @@ There is an automatic build on Travis which [does the same](https://github.com/A
## Links

- MountainCar description: https://github.com/openai/gym/wiki/MountainCar-v0
- MountainCar source code: https://github.com/openai/gym/blob/4c460ba6c8959dd8e0a03b13a1ca817da6d4074f/gym/envs/classic_control/mountain_car.py
- MountainCar source code: https://github.com/openai/gym/blob/4c460ba6c8959dd8e0a03b13a1ca817da6d4074f/gym/envs/classic_control/mountain_car.py

0 comments on commit 29d93cf

Please sign in to comment.