Skip to content

ngqhung0912/mensErgerJeNiet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.