Skip to content

Commit f2e141f

Browse files
committed
Add live demo links to README.md
1 parent 4764ac1 commit f2e141f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Three ML-Agents
22

3+
[![Live demo](https://img.shields.io/badge/web-live%20demo-brightgreen?style=flat&logo=github)](https://lukehollis.github.io/three-mlagents/) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](#license)
4+
35
A **JavaScript / Python** re-implementation of the core [Unity ML-Agents](https://github.com/Unity-Technologies/ml-agents) examples.
46

57
![threejs_ml_agents_examples](https://github.com/user-attachments/assets/ab15555e-3f72-4992-ad82-edfe5fcd06df)
@@ -23,18 +25,24 @@ The goal of this repository is to make the ideas from Unity ML-Agents easily app
2325

2426
![three_ml_agents_basic_example](https://github.com/user-attachments/assets/4fa2da3a-f983-41e0-8a66-620b2d809674)
2527

28+
[Live demo](https://lukehollis.github.io/three-mlagents/basic)
29+
2630

2731

2832
### 1. 3DBall Balance
2933

3034
![three_mlagents_3dball_example](https://github.com/user-attachments/assets/3b15e67f-daae-467a-80d3-ecdae09decd8)
3135

36+
[Live demo](https://lukehollis.github.io/three-mlagents/ball3d)
37+
3238

3339

3440
### 2. GridWorld Navigation
3541

3642
![three_ml_agents_gridworld_example](https://github.com/user-attachments/assets/eef5ae25-5189-41b1-8143-045e1d701533)
3743

44+
[Live demo](https://lukehollis.github.io/three-mlagents/gridworld)
45+
3846

3947

4048

0 commit comments

Comments
 (0)