Note that atari game settings in gym are quite different from DeepMind papers, so the scores are not comparable. The most notable differences are:
Note that atari game settings in gym (AtariGames-v0) are quite different from DeepMind papers, so the scores are not comparable. The most notable differences are:
+In gym, each action is randomly repeated 2~4 times.
+Each action is randomly repeated 2~4 times.
+ In gym, inputs are RGB instead of greyscale.
+ Inputs are RGB instead of greyscale.
+In gym, an episode is limited to 10000 steps.
+An episode is limited to 10000 steps.
+The action space also seems to be different.
+Lost of live is not end of episode.
Also see the DQN implementation [here](../DeepQNetwork)
Also see the DQN implementation [here](../DeepQNetwork)