Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/atari/reproduction/a3c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ python train_a3c.py [options]
```

### Useful Options
- `--gpu`. Specifies the GPU. If you do not have a GPU on your machine, run the example with the option `--gpu -1`. E.g. `python train_a3c.py --gpu -1`.
- `--env`. Specifies the environment.
- `--render`. Add this option to render the states in a GUI window.
- `--seed`. This option specifies the random seed used.
Expand Down