donkeycar-rl-autoresearch/agent/SETUP_QUICKSTART.md

642 B

SETUP QUICKSTART: DonkeyCar WSL RL Batch

  1. Start Unity DonkeyCar Simulator in Windows, ensure Remote/SocketAPI mode.
  2. In WSL:
  • Install dependencies (pip install stable-baselines3 gymnasium gym-donkeycar numpy matplotlib)
  • Copy scripts (donkeycar_sb3_runner.py, manual_multiepisode_batch.sh) to ~/path
  1. Make batch script executable:
    chmod +x manual_multiepisode_batch.sh
  2. Run batch: nohup ./manual_multiepisode_batch.sh &
  3. Tail log for progress: tail -f manual-multiepisode-batch.log
  4. If sim hangs, restart Unity DonkeyCar Simulator and resume batch job.

See README.md for full details and troubleshooting.