Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 444 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 444 Bytes

Playing mensErgerJeNiet (Ludo) with Deep Reinforcement Learning.

  • The Test environment of the game is located in Environment/TestEnv.py - it has been loaded with latest Q-player and model.
  • to activate TensorBoard for the project, navigate to terminals and use the following command: "tensorboard --logdir logs"
  • Please make sure all the relevant packages are installed, notably tensorflow, keras, numpy, pickle, and TensorBoard.