Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dilmerv/unitymlessentials

Various examples of ml-agents while teaching concepts about it in YouTube
https://github.com/dilmerv/unitymlessentials

csharp machine-learning ml-agents tensorflow unity

Last synced: 2 months ago
JSON representation

Various examples of ml-agents while teaching concepts about it in YouTube

Awesome Lists containing this project

README

        

# UnityMLEssentials
Various examples of ml-agents while teaching concepts about it in my [YouTube Channel](https://www.youtube.com/c/dilmervalecillos)

Example Scenes: (New Demos In Progress)

**ParkingLot.unity** Demonstrates how to park a car with machine learning.
**ParkingLotAdvanced.unity** Demonstrates how to park a car with machine learning in a more advanced area.

**Config** used -> /Assets/Config/SelfParking.yaml

**CrossTheRoad.unity** Demonstrates how to mimic Crossy Road game mechanic with machine learning.

**CrossTheRoad.unity** Demonstrates how to mimic Crossy Road game mechanic with machine learning.

**Config** used -> /Assets/Config/CrossTheRoad.yaml

**BasicPathFinding.unity** Demonstrates how agents learn to reach a goal and walk through an area.

**Config** used -> /Assets/Config/PlayerMaze.yaml

**BasicAvoidance.unity** Demonstrates how agents learn to avoid objects coming towards them.

**Config** used -> /Assets/Config/PlayerAvoidance.yaml