A simple guide to training your own AI car, using Unity ML Agents and built-in Wheel Collider
https://github.com/Unity-Technologies/ml-agents/blob/develop/docs/Installation.md
https://github.com/Unity-Technologies/ml-agents/blob/develop/docs/Using-Virtual-Environment.md
source [PATH TO VIRTUAL ENV]/bin/activate
pip3 install mlagents
cd [PATH TO UNITY PROJECT]
mlagents-learn config/car_config.yaml --run-id=Car --resume
cd [PATH TO UNITY PROJECT]
mlagents-learn config/car_config.yaml --run-id=Car --force
[PATH TO VIRTUAL ENV]\Scripts\activate
pip3 install mlagents
cd [PATH TO UNITY PROJECT]
mlagents-learn config/car_config.yaml --run-id=Car --resume --torch-device=cuda
cd [PATH TO UNITY PROJECT]
mlagents-learn config/car_config.yaml --run-id=Car --force --torch-device=cuda
Copy file from [PATH TO UNITY PROJECT]/results/Car/Car.onnx to [PATH TO UNITY PROJECT]/Assets/Models/Car.onnx