multitrack_runner.py: adds Python-side hit check as a zero-latency backstop — gym_donkeycar can delay hit!=none termination by one frame; this fires on the same step and records stuck_reason for diagnostics. eval_on_track.py: logs hit value and stuck_reason at episode end; calls exit_scene after eval so the sim returns to main menu (next gym.make() can switch scenes); removes unused SPEED_SCALE constant. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .harness | ||
| agent | ||
| docs | ||
| tests | ||
| .gitignore | ||
| AGENT.md | ||
| CLAUDE.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