Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Total Wipeout AI

3 Obstacles

Training an AI for Total Wipeout using Unity MLAgents

YouTube Devlog available here:

Youtube Devlog

Usage

This is a fork of the MLAgents repo. Follow their Getting Started to use this fork.

The Total Wipeout Scripts, Scenes, and Models are in the Project/Assets/ML-Agents/Examples/WalkerProject/Assets/ML-Agents/Examples/Walker/ folder.

  • Scenes contains 3 Unity scenes for each of the three obstacles; the background of these scenes requires a paid, non-included asset called PolygonPrototype
  • Scenes also contains a Trainer scene to train on the Balls obstacle in parallel
  • Models contains a variety of trained models
  • Scripts/WalkerAgent.cs contains the code for the Agent