Algorithm Main Steps:
- Selection
- Expansion
- Simulation / Rollout
- Backpropagation
CMakeList.txt
mainly for github workflows' building process.
If you want to build manually, use Makefile
there.
- Build
make
- Run:
./mcts.so
- Clean:
make clean
Algorithm Main Steps:
CMakeList.txt
mainly for github workflows' building process.
If you want to build manually, use Makefile
there.
make
./mcts.so
make clean