Use python version = 3.6.5
Updating pip may be needed
- python -m venv .venv
- Set-ExecutionPolicy Unrestricted -Scope Process (windows only)
- ..venv\Scripts\activate
- pip install -r requirements.txt
- Generate dataset using recording function in simulator
- Change
learningDataDir
in config.json - Run
python train.py
- Launch beta_simulator.exe
- Select Autonomous mode
- Change
drivingModel
in config.json to the trained model to be used - Run
python autonomous_driving_client.py