Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

kaist-postech-2022/concurrent-mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

concurrent-mcts

This is a library that the user can implement simple concurrent MCTS with small locking. This archived version is used on KAPO Science War(KAIST-POSTECH 학생대제전). After, it is being developed on the personal repository.

Features

  • Run MCTS rollouts concurrently(now use locking on creating node, will be improved to lock free).
  • Use UCT policy with dynamic coefficient by choose_weight on Action.
  • You can set the rewards on game over(game_over) and end of max searching depth(partial_rewards)(it can apply on CyclePolicy::PartialReward) on State.
  • You can select cycle policy that allows cycle, ignores cycle and just do it, or use partial rewards.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages