We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242c576 commit 31260baCopy full SHA for 31260ba
com.unity.ml-agents/Documentation~/Integrations-Match3.md
@@ -23,7 +23,7 @@ The `AbstractBoard` is the bridge between ML-Agents and your game. It allows ML-
23
24
These are handled by implementing the abstract methods of `AbstractBoard`.
25
26
-##### `public abstract BoardSize GetMaxBoardSize()`
+#### `public abstract BoardSize GetMaxBoardSize()`
27
Returns the largest `BoardSize` that the game can use. This is used to determine the sizes of observations and sensors,
28
so don't make it larger than necessary.
29
0 commit comments