dgriff777 / rl_a3c_pytorch

A3C LSTM Atari with Pytorch plus A3G design
Apache License 2.0
563 stars 119 forks source link

Not an issue just a question #8

Closed sahilzubair closed 7 years ago

sahilzubair commented 7 years ago

Are lines 41 and 42 in this file to detach the previous states?

https://github.com/dgriff777/rl_a3c_pytorch/blob/master/train.py

dgriff777 commented 7 years ago

Thats correct