Skip to content

Commit

Permalink
Fix typo in DQN atari example in documentation. (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoare authored and araffin committed Apr 23, 2019
1 parent 6175487 commit 0693426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/dqn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ With Atari:
del model # remove to demonstrate saving and loading
DQN.load("deepq_breakout")
model = DQN.load("deepq_breakout")
obs = env.reset()
while True:
Expand Down

0 comments on commit 0693426

Please sign in to comment.