Skip to content

Commit

Permalink
removed erroneous finish_nstep() and reset_hx() call in DQN.ipynb, re…
Browse files Browse the repository at this point in the history
…ferenced in Issue #2
  • Loading branch information
qfettes committed Oct 25, 2018
1 parent 783b33f commit 592c21d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 01.DQN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@
" episode_reward += reward\n",
"\n",
" if done:\n",
" model.finish_nstep()\n",
" model.reset_hx()\n",
" observation = env.reset()\n",
" model.save_reward(episode_reward)\n",
" episode_reward = 0\n",
Expand Down

0 comments on commit 592c21d

Please sign in to comment.