Skip to content

Commit e67b3cf

Browse files
authored
Merge pull request dennybritz#155 from aybberk/master
correction for state processor output shape
2 parents 9baba87 + c90ebaf commit e67b3cf

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)