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
- Host: GitHub
- URL: https://github.com/instance01/py-s-mcts
- Owner: instance01
- License: mit
- Created: 2020-03-11T23:57:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T20:03:31.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T00:34:14.964Z (about 1 year ago)
- Topics: gradient-mcts, mcts, s-mcts, subgoal-mcts, uct
- Language: Python
- Homepage:
- Size: 7.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.