Removed the progress_patience (active_node) terminator that was added without sufficient evidence. Per ADR-020, mountain rollback is a learning issue not a termination issue. Removed code should not be re-added without specific evidence it is needed. Only confirmed fix: CTE patience terminator catches grass exploit BEFORE CTE exceeds 16m (the sim's determine_episode_over pass threshold). - max_cte_terminate=4.0m - cte_patience=20 steps |
||
|---|---|---|
| .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