Update README.md (#416)

Update Atari example
This commit is contained in:
Tony Yu Cao
2018-08-08 18:42:10 +01:00
committed by pzhokhov
parent f272969325
commit 366f486e34

View File

@@ -32,7 +32,7 @@ In particular notice that once `deepq.learn` finishes training it returns `act`
- [baselines/deepq/experiments/custom_cartpole.py](experiments/custom_cartpole.py) - Cartpole training with more fine grained control over the internals of DQN algorithm.
- [baselines/deepq/experiments/atari/train.py](experiments/atari/train.py) - more robust setup for training at scale.
- [baselines/deepq/experiments/run_atari.py](experiments/run_atari.py) - more robust setup for training at scale.
##### Download a pretrained Atari agent