--- license: mit library_name: unity-sentis pipeline_tag: reinforcement-learning tags: - unity-inference-engine --- ## Othello game playing model in Unity 6 with Inference Engine 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).