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 fb23d97 commit 4c5a706Copy full SHA for 4c5a706
labml_nn/cfr/__init__.py
@@ -52,7 +52,7 @@
52
53
### Action
54
55
-Action $a$, $A(h) = \{a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History).
+Action $a$, $A(h) = {a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History).
56
57
### [Information Set $I_i$](#InfoSet)
58
@@ -324,7 +324,7 @@
324
325
# A player $i \in N$ where $N$ is the set of players
326
Player = NewType('Player', int)
327
-# Action $a$, $A(h) = \{a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History)
+# Action $a$, $A(h) = {a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History)
328
Action = NewType('Action', str)
329
330
0 commit comments