Skip to content

vlab-kaist/Neopjuki-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neopjuki-v2

Tasks

  • Design STM for puribor

  • Add preprocessor function in preprocess.py to make puriborstate to be fitted on stm

  • Add hashing_state function in preprocess.py to index much faster

  • Set hydra configuration for all files

  • MCTS

  • parallelized simulate function

  • pretrained policy function for making faster iteration on simulate function

  • parallelized data caching function for faster file upload

  • Experiments stuff

Acknowledgements

Thanks to Junyeong Park for having helpful discussions about AlphaZero and other MCTS with Neural Networks based Methods.