Skip to content

A small ML-Agents project to become familiar with the basics of machine learning in Unity

Notifications You must be signed in to change notification settings

jiwoojang/Unity-MLFetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-MLFetch

A small ML-Agents project to become familiar with the basics of machine learning in Unity, based on the ML-Agents 0.3 beta.

This project was a small experiment of mine, aiming to create a lean ML enviroment where an agent can chase a target, and return to its starting position. In essence the model is trained to fetch.

This project includes the Unity Enviroment only! To get access to the full Unity ML Agents for training models and setting up observations, see Unity's repo here.

The model was trained using through a reinforcement learning technique called Proximal Policy Optimization, and the details of this technique's implementation in Unity can be found here.

The results of the training using the MLFetchTrain scene are summarized below using Tensorboard

A demo gif of the project can be seen below, fetching the thrown "stick"

Technologies used:

C#, Unity, Tensorflow, Python, Jupyter, Anaconda

About

A small ML-Agents project to become familiar with the basics of machine learning in Unity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages