Skip to content

Commit

Permalink
Merge pull request #247 from arthur-hav/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
random-user-x committed Aug 30, 2018
2 parents 08f821a + dd327a9 commit ee3614a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,10 @@ If you want to run the examples, you'll also have to install:
- **gym** by OpenAI: [Installation instruction](https://github.com/openai/gym#installation)
- **h5py**: simply run `pip install h5py`

For atari example you will also need:
- **Pillow**: `pip install Pillow`
- **gym[atari]**: Atari module for gym. Use `pip install gym[atari]`

Once you have installed everything, you can try out a simple example:
```bash
python examples/dqn_cartpole.py
Expand Down

0 comments on commit ee3614a

Please sign in to comment.