Open ygrayson opened 4 years ago
I am having the exact same problem. @ygrayson have you already solved it?
Nope. Currently I'm still having the same issue and it seems like much of the Torch has been moved to Pytorch, and the framework of this is a little outdated.
@ygrayson that's a bummer. Since this is something that I need for a thesis, I will post as soon as I find a way.
Unless you really need the original DQN code, there are plenty of better re-implementations out there -- I can vouch that this one: https://github.com/google/dopamine comes close to the original code. In particular, we compared our hyperparameters with the ones here.
Cheers,
@mgbellemare thanks! I will check that out!
When I was trying to install by running install_dependencies.sh, I encounter the following error:
It seems like while installing sys some configuration file couldn't be found. Any idea why installation didn't work?
Thanks in advance.