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: about 1 year ago
JSON representation
Various examples of ml-agents while teaching concepts about it in YouTube
- Host: GitHub
- URL: https://github.com/dilmerv/unitymlessentials
- Owner: dilmerv
- License: mit
- Created: 2020-07-05T22:31:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T03:13:58.000Z (over 1 year ago)
- Last Synced: 2025-03-30T03:02:44.207Z (about 1 year ago)
- Topics: csharp, machine-learning, ml-agents, tensorflow, unity
- Language: C#
- Homepage: https://www.youtube.com/dilmerv
- Size: 438 MB
- Stars: 112
- Watchers: 13
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.
**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