awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.24k stars 826 forks source link

add support to py3 #12

Closed wwxFromTju closed 7 years ago

wwxFromTju commented 7 years ago

Some erro when I install vizdoom, so I just modify these file.

wwxFromTju commented 7 years ago

I test these in py2 and py3. I am sure these code run good.

awjuliani commented 7 years ago

Thanks for going through and making these changes! I am sure many others will appreciate it as well.

I edited the helper.py file myself so that updateTargetGraph uses the tau parameter too, so DRQN should work now.