https://github.com/lightaxis/monsterpyramid_mcts
To solve MonsterPyramid Game with MCTS
https://github.com/lightaxis/monsterpyramid_mcts
Last synced: about 1 year ago
JSON representation
To solve MonsterPyramid Game with MCTS
- Host: GitHub
- URL: https://github.com/lightaxis/monsterpyramid_mcts
- Owner: lightAxis
- Created: 2020-12-20T14:28:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T09:40:33.000Z (over 5 years ago)
- Last Synced: 2025-02-09T11:41:30.282Z (over 1 year ago)
- Language: C#
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MonsterPyramid_MCTS
To solve MonsterPyramid Game with MCTS
MCTS + UCT method was used
Using MVVM structure to manage
Visual Studio 2019 / C#