Skip to content
  • Ashish Gaurav's avatar
    MCTS Fixes · cb171a91
    Ashish Gaurav authored
    * Reimplemented UCT MCTS
    * Fixed softmax
    * Merged multiple branches into this branch, all of which should now be in master
    * Added reuse of tree functionality
    * Added the ability to expand nodes based on q values rather than at random
    * Refactored everything, deleted non necessary MCTS classes and files, and mcts.py can evaluate newer MCTS
    cb171a91