qfettes / DeepRL-Tutorials

Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
1.06k stars 323 forks source link

Model has no finish_nstep #2

Closed data-compute-geek closed 6 years ago

data-compute-geek commented 6 years ago

Hi Quintin,

Class Model has no attribute finish_nstep or reset_hx. Would you please add them?

Thanks. Sean

qfettes commented 6 years ago

Hi,

Could you elaborate more? Which IPython notebook or Agent/ file are you working from?

data-compute-geek commented 6 years ago

https://github.com/qfettes/DeepRL-Tutorials/blob/master/01.DQN.ipynb

qfettes commented 6 years ago

Thanks, this bug was introduced when I standardized the main training loops in the notebooks. It has been corrected.