Namespace AiDotNet.ReinforcementLearning.Agents.MuZero
Classes
- MCTSNode<T>
Monte Carlo Tree Search (MCTS) node for MuZero agent. Represents a state in the search tree with visit counts and Q-values for actions.
- MuZeroAgent<T>
MuZero agent combining tree search with learned models.