Update README

This commit is contained in:
Shangtong Zhang
2018-02-09 20:45:31 -07:00
parent b24593352d
commit e7f036bc6b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ Prediction is sampled after 110K iterations and I only implemented one-step trai
* Open AI gym
* [Roboschool](https://github.com/openai/roboschool) (Optional)
* PyTorch v0.3.0
* Python 2.7 or Python 3.6
* Python 2.7
* [TensorboardX](https://github.com/lanpa/tensorboard-pytorch)
+2 -2
View File
@@ -333,8 +333,8 @@ if __name__ == '__main__':
# dqn_pixel_atari('PongNoFrameskip-v4')
# async_pixel_atari('PongNoFrameskip-v4')
# a3c_pixel_atari('PongNoFrameskip-v4')
a2c_pixel_atari('PongNoFrameskip-v4')
a3c_pixel_atari('PongNoFrameskip-v4')
# a2c_pixel_atari('PongNoFrameskip-v4')
# dqn_pixel_atari('BreakoutNoFrameskip-v4')
# async_pixel_atari('BreakoutNoFrameskip-v4')