Skip to content

Commit c90ebaf

Browse files
committed
correction for state processor output shape
1 parent 9baba87 commit c90ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQN/Deep Q Learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
" state: A [210, 160, 3] Atari RGB State\n",
7575
"\n",
7676
" Returns:\n",
77-
" A processed [84, 84, 1] state representing grayscale values.\n",
77+
" A processed [84, 84] state representing grayscale values.\n",
7878
" \"\"\"\n",
7979
" return sess.run(self.output, { self.input_state: state })"
8080
]

0 commit comments

Comments
 (0)