AppliedDataSciencePartners / DeepReinforcementLearning

A replica of the AlphaZero methodology for deep reinforcement learning in Python
GNU General Public License v3.0
2.02k stars 758 forks source link

environment challenge #51

Open EngrStudent opened 3 years ago

EngrStudent commented 3 years ago

I'm struggling to get the right versions of tensorflow to run this. It seems to want python 2.7.
Can you confirm that this works with tensorflow2x?

manzmvp commented 3 years ago

It isnt working with python2 either cause every code is migrated to python3. Hope somebody resolves this.

luiskarlos commented 3 years ago

Hi, I have been working on a refactor of the code, it is working here https://github.com/luiskarlos/DeepReinforcementLearning please let me know if you have issues