642 B
642 B
SETUP QUICKSTART: DonkeyCar WSL RL Batch
- Start Unity DonkeyCar Simulator in Windows, ensure Remote/SocketAPI mode.
- 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
- Make batch script executable:
chmod +x manual_multiepisode_batch.sh - Run batch: nohup ./manual_multiepisode_batch.sh &
- Tail log for progress: tail -f manual-multiepisode-batch.log
- If sim hangs, restart Unity DonkeyCar Simulator and resume batch job.
See README.md for full details and troubleshooting.