Commit 9cdde927 authored by Yuxin Wu's avatar Yuxin Wu

fix mistake in readme (fix #903)

parent 9ce85aae
...@@ -63,7 +63,7 @@ Note that this variant is quite different from DeepMind papers, so the scores ar ...@@ -63,7 +63,7 @@ Note that this variant is quite different from DeepMind papers, so the scores ar
The most notable differences are: The most notable differences are:
+ Each action is randomly repeated 2~4 times. + Each action is randomly repeated 2~4 times.
+ Inputs are RGB instead of greyscale. + Inputs are RGB instead of greyscale.
+ An episode is limited to 10000 steps. + An episode is limited to 60000 steps.
+ Lost of live is not end of episode. + Lost of live is not end of episode.
Also see the DQN implementation [here](../DeepQNetwork) Also see the DQN implementation [here](../DeepQNetwork)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment