Skip to content

Commit 4c5a706

Browse files
committed
mathjax fix
1 parent fb23d97 commit 4c5a706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labml_nn/cfr/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
5353
### Action
5454
55-
Action $a$, $A(h) = \{a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History).
55+
Action $a$, $A(h) = {a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History).
5656
5757
### [Information Set $I_i$](#InfoSet)
5858
@@ -324,7 +324,7 @@
324324

325325
# A player $i \in N$ where $N$ is the set of players
326326
Player = NewType('Player', int)
327-
# Action $a$, $A(h) = \{a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History)
327+
# Action $a$, $A(h) = {a: (h, a) \in H}$ where $h \in H$ is a non-terminal [history](#History)
328328
Action = NewType('Action', str)
329329

330330

0 commit comments

Comments
 (0)