File size: 719 Bytes
3c2d060
 
02490a7
3429eae
ce404f4
 
3c2d060
0afbc92
76759bb
e35a028
0afbc92
 
ce404f4
0afbc92
8e0e5c3
0afbc92
ce404f4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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).