Skip to content

Commit ef5f944

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

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
@@ -202,7 +202,9 @@ team-change=200000 steps, the swap_steps for the team of one agent is:
202202
swap_steps = (1 / 2) \* (200000 / 4) = 25000 The swap_steps for the team of two
203203
agents is:
204204

205-
swap_steps = (2 / 1) \* (200000 / 4) = 100000 Note, with equal team sizes, the
205+
swap_steps = (2 / 1) \* (200000 / 4) = 100000
206+
207+
Note, with equal team sizes, the
206208
first term is equal to 1 and swap_steps can be calculated by just dividing the
207209
total steps by the desired number of swaps.
208210

0 commit comments

Comments
 (0)