UnityGiles's picture
update to inference engine
ce404f4
|
raw
history blame
686 Bytes
---
license: mit
library_name: unity-sentis
pipeline_tag: reinforcement-learning
tags:
- unity-inference-engine
---
## Othello game playing model
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)
## How to Use
Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/inference-engine-samples/tree/main/BoardGameAISample)
![preview](othello-preview.png)
## Inference Engine
Inference Engine is a neural network inference library for Unity. Find out more [here](https://docs.unity3d.com/Packages/com.unity.ai.inference@latest).