StuckTerminationWrapper: new max_cte/max_high_cte_seconds params. If |cte| > threshold for 1s → terminate. Catches car pressed sideways against barrier (lateral drift keeps speed/position checks alive). exp25 params: cte_threshold=3.0m (road half-width), speed_threshold=1.0 (was 0.5 — now catches slow lateral drift), max_low_speed=1.5s (was 2.0s). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .harness | ||
| agent | ||
| docs | ||
| tests | ||
| .gitignore | ||
| AGENT.md | ||
| DECISIONS.md | ||
| IMPLEMENTATION_PLAN.md | ||
| PROJECT-KICKOFF.md | ||
| PROJECT-SPEC.md | ||
| README.md | ||
| create_gitea_repo.py | ||
| monitor_training.sh | ||
| 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