Skip to content

A box slider game with Unity ML Agents Implementation

Notifications You must be signed in to change notification settings

LoganParker/BoxSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Box Slider AI

An endless runner styled game which contains Unity ML-Agent implementation as well as a single player implementation.

How It Works

Tools/Technologies/Frameworks

  • Base game was created in Unity
  • AI was implemented using Unity's ML-Agents Toolkit
  • AI was trained to play the game using reinforcement learning

Learning

  • Agent receives +1 as reward if they make it past a set of obstacles
  • Agent receives -1 as punishment if they collide with an obstacle

About

A box slider game with Unity ML Agents Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages