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

Projects in Awesome Lists tagged with sequential-decisions

A curated list of projects in awesome lists tagged with sequential-decisions .

https://github.com/masouduut94/MCTS-agent-python

Monte Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space and building a search tree accordingly. It has already had a profound impact on Artificial Intelligence (AI) approaches for domains that can be represented as trees of sequential decisions, particularly games and planning problems. In this project I used a board game called "HEX" as a platform to test different simulation strategies in MCTS field.

decision-space game-of-hex markov-decision-processes mcts monte-carlo-tree-search reinforcement-learning sequential-decisions

Last synced: 11 Sep 2025