Skip to content

Commit ade526e

Browse files
Move to a new line.
Co-authored-by: amanda-butler-unity <[email protected]>
1 parent ef5f944 commit ade526e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.unity.ml-agents/Documentation~/Training-Configuration-File.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ iterations of training to compensate for the sparsity of reward.
199199
As an example, in a 2v1 scenario, if we want the swap to occur x=4 times during
200200
team-change=200000 steps, the swap_steps for the team of one agent is:
201201

202-
swap_steps = (1 / 2) \* (200000 / 4) = 25000 The swap_steps for the team of two
202+
swap_steps = (1 / 2) \* (200000 / 4) = 25000
203+
204+
The swap_steps for the team of two
203205
agents is:
204206

205207
swap_steps = (2 / 1) \* (200000 / 4) = 100000

0 commit comments

Comments
 (0)