We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0d942 commit fe3edfcCopy full SHA for fe3edfc
DQN/Breakout Playground.ipynb
@@ -73,7 +73,7 @@
73
],
74
"source": [
75
"print(\"Action space size: {}\".format(env.action_space.n))\n",
76
- "print(env.get_action_meanings())\n",
+ "print(env.get_action_meanings()) # env.unwrapped.get_action_meanings() for gym 0.8.0 or later\n",
77
"\n",
78
"observation = env.reset()\n",
79
"print(\"Observation space shape: {}\".format(observation.shape))\n",
0 commit comments