Commit
·
ce404f4
1
Parent(s):
e35a028
update to inference engine
Browse files- Othello.sentis +0 -3
- README.md +6 -10
- info.json +5 -2
- mnist-preview.png +0 -0
- Othello.onnx → models/Othello.onnx +0 -0
Othello.sentis
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b5f0c0d0fad01cf254a2e41c0b2998a4739354ecc43713c299165bb6d82a0459
|
3 |
-
size 64144896
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -2,21 +2,17 @@
|
|
2 |
license: mit
|
3 |
library_name: unity-sentis
|
4 |
pipeline_tag: reinforcement-learning
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
|
8 |
-
## Othello game playing model in Unity Sentis format
|
9 |
This is an Othello game playing model based on a modified version of Alpha Go called [Alpha Zero General](https://github.com/suragnair/alpha-zero-general)
|
10 |
|
11 |
## How to Use
|
12 |
-
Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/
|
13 |
-
|
14 |
-
To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
|
15 |
-
```
|
16 |
-
Model model = ModelLoader.Load(Application.streamingAssetsPath +"/Othello.sentis");
|
17 |
-
```
|
18 |
|
19 |

|
20 |
|
21 |
-
##
|
22 |
-
|
|
|
2 |
license: mit
|
3 |
library_name: unity-sentis
|
4 |
pipeline_tag: reinforcement-learning
|
5 |
+
tags:
|
6 |
+
- unity-inference-engine
|
7 |
---
|
8 |
|
9 |
+
## Othello game playing model
|
|
|
10 |
This is an Othello game playing model based on a modified version of Alpha Go called [Alpha Zero General](https://github.com/suragnair/alpha-zero-general)
|
11 |
|
12 |
## How to Use
|
13 |
+
Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/inference-engine-samples/tree/main/BoardGameAISample)
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |

|
16 |
|
17 |
+
## Inference Engine
|
18 |
+
Inference Engine is a neural network inference library for Unity. Find out more [here](https://docs.unity3d.com/Packages/com.unity.ai.inference@latest).
|
info.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
-
"sampleURL": "https://github.com/Unity-Technologies/
|
3 |
"models": [
|
4 |
-
"Othello.
|
|
|
|
|
|
|
5 |
]
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"sampleURL": "https://github.com/Unity-Technologies/inference-engine-samples/tree/main/BoardGameAISample",
|
3 |
"models": [
|
4 |
+
"models/Othello.onnx"
|
5 |
+
],
|
6 |
+
"version": [
|
7 |
+
"2.2.0"
|
8 |
]
|
9 |
}
|
mnist-preview.png
DELETED
Binary file (306 kB)
|
|
Othello.onnx → models/Othello.onnx
RENAMED
File without changes
|