Provides a generic Monte Carlo Tree Search framework augmented by external AI agents for policy and value predictions.
Sponsored
MCTS-Gen offers a versatile Monte Carlo Tree Search (MCTS) framework designed to integrate seamlessly with modern AI agents. Moving beyond traditional Genetic Programming, it enhances the standard UCT algorithm with AI-driven value predictions and crucial Policy Pruning, which intelligently narrows the search space. This framework is exposed as a set of tools, making it easy to connect with AI agents like the Gemini CLI, and is built for extensibility, allowing developers to easily add support for new games.
主要功能
01AI-Augmented UCT with Policy Pruning
02Seamless AI Agent Integration (e.g., Gemini CLI)
03Extensible game logic through state modules
04Optional, game-specific dependency installation
050 GitHub stars
使用案例
01Developing AI agents that leverage MCTS for decision-making
02Implementing AI for board games like Shogi using an MCTS approach
03Creating new game AIs with a flexible, AI-enhanced search framework