Expand description
Public planner-agent substrate for AIXI-family controllers.
The runtime surface is intentionally limited to executable base controllers: MC-AIXI, discounted AIQI, and exact-(J_H) warm-start AIQI. Failed meta-controller experiments are not part of this module.
Structs§
- Aiqi
Discounted Planner Agent - Discounted AIQI planner adapter.
- McAixi
Planner Agent - MC-AIXI planner adapter.
- Null
Planner Observer - No-op observer for executions that do not need telemetry.
- Planner
Controller Agent - Runtime controller selected from a compiled
planner_run. - Planner
Cycle Outcome - Outcome of one planner-environment cycle.
- Planner
Environment - Runtime environment state for planner episodes.
- Planner
RunReport - Summary returned by
run_episode. - Planner
RunSession - Executable planner-run session.
- Planner
Schedule - Planner learn/eval schedule derived from a runtime specification.
- Warm
Start Exact JhPlanner Agent - Exact-(J_H) warm-start planner adapter.
Enums§
- Planner
Action Provenance - Stable action-provenance labels used by planner JSONL telemetry.
- Planner
Agent Error - Planner-agent runtime error.
- Planner
Phase - Planner cycle phase.
Traits§
- Environment
Factory - Factory for constructing fresh environments for repeated episodes.
- Planner
Agent - Executable planner-agent abstraction.
- Planner
Cycle Observer - Observer strategy for ordered planner-cycle telemetry.
Functions§
- build_
planner_ environment - Build the environment declared by a compiled planner run.
- compile_
planner_ run_ document - Compile a planner_run document from a filesystem path.
- load_
warmstart_ exact_ jh_ teacher_ dataset - Load and validate a warm-start teacher dataset asset referenced by a compiled planner run.
- run_
episode - Run one complete environment episode with a supplied agent and environment factory.
- validate_
action_ alphabet - Validate that the environment action alphabet matches the planner interface.
- validate_
obs_ stream_ len - Validate observation stream length.
- validate_
warmstart_ exact_ jh_ teacher_ contract - Validate a teacher dataset contract against a compiled planner run.