Skip to content

MarcoKe/NeuralMCTS

Repository files navigation

This is a research repository for neurally guided Monte Carlo tree search (AlphaGo-esque algorithms) for single-player problems (although the focus is on the job shop problem).

It allows for the configuration of a wide variety of algorithmic variation in the different MCTS phases and more. For details, please consult my PhD Thesis. Further information can also be found in my systematic literature review on neural MCTS as well as my paper on neural MCTS for the JSP.

Execution

All code is written to be executed from the main directory.

To start an experiment, simply execute python main.py exp_name

where exp_name is the name of an experiment configuration file in data/config/experiments without the file ending.

For instance: python main.py exp_001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages