Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 663 Bytes

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.