Explains all 5 layers: 1. sdsandbox (Unity C# simulator) 2. TCP socket (JSON protocol) 3. gym_donkeycar (Python gymnasium wrapper) 4. Our training code (reward_wrapper, multitrack_runner) 5. Autoresearch (GP+UCB controller) Includes data flow, file quick reference, key design decisions, and explanation of the new track_progress field. 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