mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
Update README
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user