Skip to content

sblasetti/unity-ml-racing-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-ml-racing-track

Sample project using Unity ML-Agents in an autopilot racing car.

Track

Project history

Check the project diary here.

Environment setup

  1. Install Unity ML-Agents and dependencies (steps here).

ML-Agents related

  1. Train the model
  • Activate the virtual environment in the repo root folder
  • Run mlagents-learn config/autopilot_config.yaml --run-id=Autopilot --force. After the script starts it will ask you to run the project in Unity.
  • Press Play in Unity
  1. Review training statistics
  • Activate the virtual environment in the repo root folder
  • Run tensorboard --logdir results --port 6006
  • Open a browser window and navigate to localhost:6006

Steps into development

Lectures

ML-Agents

Unity

Geometry

ML in gaming

About

Sample project using ML-Agents to complete a racing track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages