Expand description
Standard benchmark environments for AIXI.
This module provides a set of environments for testing and evaluating
AIXI agents. Each environment implements the Environment trait,
providing a consistent interface for interaction.
Structs§
- Biased
Rock Paper Scissor - A Rock-Paper-Scissors environment with a biased opponent.
- Coin
Flip - A simple biased coin flip environment.
- CtwTest
- A synthetic environment for testing CTW performance.
- Extended
Tiger - A more complex version of the classic Tiger problem.
- Kuhn
Poker - A 2-player imperfect information game: Kuhn Poker.
- TicTac
Toe - A standard Tic-Tac-Toe environment against a random opponent.
Traits§
- Environment
- Interface for an agent’s environment.