An open API service indexing awesome lists of open source software.

https://github.com/instance01/py-s-mcts

Subgoal MCTS (and some more such as GRAB) implemented in Python
https://github.com/instance01/py-s-mcts

gradient-mcts mcts s-mcts subgoal-mcts uct

Last synced: 26 days ago
JSON representation

Subgoal MCTS (and some more such as GRAB) implemented in Python

Awesome Lists containing this project

README

          

# py-S-MCTS

What is GRAB learning ?! It remains a mystery..

Here's a few charts of a simple experiment on grid world.

## S-MCTS

Parameters consist of gamma, c, action coverage, error tolerance and horizon.




















## UCT

Parameters consist of gamma and c.