Documentation Index
Fetch the complete documentation index at: https://icrl.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Python
env_factory should return a fresh environment instance per goal.
TypeScript
Suggested Workflow
- Build a curriculum of goals.
- Train in rounds.
- Evaluate with
run/runBatchon held-out goals. - Monitor DB stats and curation behavior.
Validation
Python DB includes deferred validation methods (validate_trajectory, validate_all) that can be run post-training for code-change persistence checks.
