Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inejc/scotland-yard

Java implementation of the Scotland Yard board game using Monte Carlo Tree Search methods
https://github.com/inejc/scotland-yard

decision-making monte-carlo scotland-yard search tree

Last synced: about 2 months ago
JSON representation

Java implementation of the Scotland Yard board game using Monte Carlo Tree Search methods

Awesome Lists containing this project

README

        

# Scotland Yard board game using Monte Carlo Tree Search methods
This is a Java implementation of the hide-and-seek board game with imperfect information - Scotland Yard. The [mcts](https://github.com/nejc92/mcts) component (dependency) is self-contained, domain-independent and can thus be easily reused in other state-action domains. The project was developed for the purpose of my Bachelor’s thesis.

## Dependencies
JUnit4, [Monte Carlo Tree Search methods](https://github.com/nejc92/mcts)

## License
This project is licensed under the terms of the MIT license. See LICENSE.md.

## Authors
Nejc Ilenič