Paul Bird
commited on
Commit
•
8a79a03
1
Parent(s):
ecffa5d
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
library_name: unity-sentis
|
|
|
4 |
---
|
5 |
|
6 |
# Neural Cellular Automata in Unity Sentis Format
|
@@ -14,5 +15,4 @@ There are three trained files which create a turtle 🐢, lizard 🦎 and a 💩
|
|
14 |
* In `Assets/StreamingAssets` put the `lizard.sentis`, `turtle.sentis` and `poop.sentis` files.
|
15 |
* Create a quad or image and attach an unlit transparent material to it.
|
16 |
* Drag the same material into the `outputMaterial` field
|
17 |
-
* You can select the different models in the inspector window
|
18 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
library_name: unity-sentis
|
4 |
+
pipeline_tag: reinforcement-learning
|
5 |
---
|
6 |
|
7 |
# Neural Cellular Automata in Unity Sentis Format
|
|
|
15 |
* In `Assets/StreamingAssets` put the `lizard.sentis`, `turtle.sentis` and `poop.sentis` files.
|
16 |
* Create a quad or image and attach an unlit transparent material to it.
|
17 |
* Drag the same material into the `outputMaterial` field
|
18 |
+
* You can select the different models in the inspector window
|
|