unity/inference-engine-othello
582
1---2license: mit3library_name: unity-sentis4pipeline_tag: reinforcement-learning5tags:6 - unity-inference-engine7---8 9## Othello game playing model in Unity 6 with Inference Engine10This 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 Use13Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/inference-engine-samples/tree/main/BoardGameAISample)14 1516 17## Inference Engine18Inference Engine is a neural network inference library for Unity. Find out more [here](https://docs.unity3d.com/Packages/com.unity.ai.inference@latest).