Skip to content

Commit 242c576

Browse files
committed
Pre-commit checks
1 parent 6fe216e commit 242c576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ 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
202+
swap_steps = (1 / 2) \* (200000 / 4) = 25000
203203

204204
The swap_steps for the team of two
205205
agents is:
206206

207-
swap_steps = (2 / 1) \* (200000 / 4) = 100000
207+
swap_steps = (2 / 1) \* (200000 / 4) = 100000
208208

209209
Note, with equal team sizes, the
210210
first term is equal to 1 and swap_steps can be calculated by just dividing the

0 commit comments

Comments
 (0)