Skip to content

Commit fe3edfc

Browse files
author
Aerin Kim
committed
1 parent 4f0d942 commit fe3edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQN/Breakout Playground.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
],
7474
"source": [
7575
"print(\"Action space size: {}\".format(env.action_space.n))\n",
76-
"print(env.get_action_meanings())\n",
76+
"print(env.get_action_meanings()) # env.unwrapped.get_action_meanings() for gym 0.8.0 or later\n",
7777
"\n",
7878
"observation = env.reset()\n",
7979
"print(\"Observation space shape: {}\".format(observation.shape))\n",

0 commit comments

Comments
 (0)