Paul Bird commited on
Commit
c441617
·
1 Parent(s): 8e0e5c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ license: mit
7
  This is an Othello game playing model based on a modified version of Alpha Go called [Generalized Alpha Zero](https://github.com/suragnair/alpha-zero-general)
8
 
9
  ## How to Use
10
- Source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/sentis-samples/tree/main/BoardGameAISample)
11
 
12
  To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
13
  ```
 
7
  This is an Othello game playing model based on a modified version of Alpha Go called [Generalized Alpha Zero](https://github.com/suragnair/alpha-zero-general)
8
 
9
  ## How to Use
10
+ Example source code to run this model can be found at: [Source Code](https://github.com/Unity-Technologies/sentis-samples/tree/main/BoardGameAISample)
11
 
12
  To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
13
  ```