All previous issues: - Controller was never restarted after cap/checkpoint fixes -> they never ran - Timeout trials (score=0) were polluting GP data -> removed - Overnight Trial 3 result (1943 mini_monaco) was unknown to GP -> added GP now has 5 valid data points including the 1943 score at lr=0.000685, switch=17499. GP should converge toward longer switching intervals which produced the only great result. Verified before relaunch: - PARAM_SPACE max total_timesteps = 90000 ✓ - Checkpoint saves after every segment ✓ - Rescue eval on timeout ✓ - 102 tests passing ✓ Agent: pi Tests: 102 passed Tests-Added: 0 TypeScript: N/A |
||
|---|---|---|
| .harness | ||
| agent | ||
| docs | ||
| tests | ||
| .gitignore | ||
| AGENT.md | ||
| DECISIONS.md | ||
| IMPLEMENTATION_PLAN.md | ||
| PROJECT-KICKOFF.md | ||
| PROJECT-SPEC.md | ||
| README.md | ||
| create_gitea_repo.py | ||
| ralph-loop.sh | ||
README.md
donkeycar-rl-autoresearch
Purpose
Status
- Scaffolded with the agent harness
- Spec not filled yet
Runbook
- Fill PROJECT-SPEC.md
- Create IMPLEMENTATION_PLAN.md from the spec
- Start the implementation loop