FFFF GitHub - Xevion/mcts: Monte Carlo Tree Search pathfinding demo where a bot escapes from a pursuer on a grid with obstacles. · GitHub
[go: up one dir, main page]

Skip to content

Xevion/mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcts

Monte Carlo Tree Search pathfinding demo where a bot escapes from a pursuer on a grid with obstacles.

Running

./gradlew demo           # Interactive demo with step-by-step controls
./gradlew simple         # Auto-run to completion
./gradlew benchmark      # Performance testing

Requirements

  • Java 21 or higher

About

Monte Carlo Tree Search pathfinding demo where a bot escapes from a pursuer on a grid with obstacles.

Resources

Stars

Watchers

Forks

Contributors

0