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.
