Skip to content

Commit a6e8a64

Browse files
DeathByCh0c0Chris Elion
authored andcommitted
Update Learning-Environment-Design-Agents.md (#2764)
Small wording fix.
1 parent 5a2c364 commit a6e8a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Learning-Environment-Design-Agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ action parameter passed to the Agent's `AgentAction()` function is an array with
310310
length equal to the Brain object's `Vector Action Space Size` property value.
311311
The individual values in the array have whatever meanings that you ascribe to
312312
them. If you assign an element in the array as the speed of an Agent, for
313-
example, the training process learns to control the speed of the Agent though
313+
example, the training process learns to control the speed of the Agent through
314314
this parameter.
315315

316316
The [Reacher example](Learning-Environment-Examples.md#reacher) defines a

0 commit comments

Comments
 (0)