Module environment

Module environment 

Source
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§

BiasedRockPaperScissor
A Rock-Paper-Scissors environment with a biased opponent.
CoinFlip
A simple biased coin flip environment.
CtwTest
A synthetic environment for testing CTW performance.
ExtendedTiger
A more complex version of the classic Tiger problem.
KuhnPoker
A 2-player imperfect information game: Kuhn Poker.
TicTacToe
A standard Tic-Tac-Toe environment against a random opponent.

Traits§

Environment
Interface for an agent’s environment.