Commit ·
8da849c
1
Parent(s): fe56a4f
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AlphaZero, Quoridor Version!
|
| 2 |
|
| 3 |
Based on the framework provided [here](https://github.com/suragnair/alpha-zero-general).
|
|
@@ -21,4 +24,4 @@ During the game, you have a choice of ten actions:
|
|
| 21 |
* `l` (left)
|
| 22 |
* plus four diagonal move `ur`, `ul`, `dr`, `dl`
|
| 23 |
|
| 24 |
-
In order to place walls, you type `h` (for horizontal wall) or `v` (for vertical wall), press enter followed by `x y` of where you want the wall to be placed.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: reinforcement-learning
|
| 3 |
+
---
|
| 4 |
# AlphaZero, Quoridor Version!
|
| 5 |
|
| 6 |
Based on the framework provided [here](https://github.com/suragnair/alpha-zero-general).
|
|
|
|
| 24 |
* `l` (left)
|
| 25 |
* plus four diagonal move `ur`, `ul`, `dr`, `dl`
|
| 26 |
|
| 27 |
+
In order to place walls, you type `h` (for horizontal wall) or `v` (for vertical wall), press enter followed by `x y` of where you want the wall to be placed.
|