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

run.ipynb has issues #44

Closed Srijan1214 closed 4 years ago

Srijan1214 commented 4 years ago

Hello. I really appreciate your work and am trying to run the run.ipynb file on my machine. There is an error shown on the GitHub commit and I cannot seem to get it to work on my machine as well.

Srijan1214 commented 4 years ago

I fixed it. I just replaced Keras with tensorflow.keras on both the run.ipynb and model.py file.

Before, for me, it was importing Keras and not using the GPU that TensorFlow would have used.