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 31260ba commit 33b057eCopy full SHA for 33b057e
com.unity.ml-agents/Documentation~/Integrations-Match3.md
@@ -27,7 +27,7 @@ These are handled by implementing the abstract methods of `AbstractBoard`.
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
30
-##### `public virtual BoardSize GetCurrentBoardSize()`
+#### `public virtual BoardSize GetCurrentBoardSize()`
31
Returns the current size of the board. Each field on this BoardSize must be less than or equal to the corresponding
32
field returned by `GetMaxBoardSize()`. This method is optional; if your always use the same size board, you don't
33
need to override it.
0 commit comments