You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.ml-agents/Documentation~/com.unity.ml-agents.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The _ML-Agents_ package contains the primary C# SDK for the [Unity ML-Agents
4
4
Toolkit].
5
5
6
-
The package allows you to convert any Unity scene to into a learning environment
6
+
The package allows you to convert any Unity scene into a learning environment
7
7
and train character behaviors using a variety of machine learning algorithms.
8
8
Additionally, it allows you to embed these trained behaviors back into Unity
9
9
scenes to control your characters. More specifically, the package provides the
@@ -12,7 +12,7 @@ following core functionalities:
12
12
- Define Agents: entities, or characters, whose behavior will be learned. Agents
13
13
are entities that generate observations (through sensors), take actions, and
14
14
receive rewards from the environment.
15
-
- Define Behaviors: entities that specifiy how an agent should act. Multiple
15
+
- Define Behaviors: entities that specify how an agent should act. Multiple
16
16
agents can share the same Behavior and a scene may have multiple Behaviors.
17
17
- Record demonstrations of an agent within the Editor. You can use
18
18
demonstrations to help train a behavior for that agent.
@@ -55,7 +55,7 @@ To install the companion Python package to enable training behaviors, follow the
55
55
[installation instructions] on our [GitHub repository].
56
56
57
57
### Advanced Installation
58
-
With the changes to Unity Package Manager in 2021, experimental packages will not show up in package list and have to be installed manually. There are two recommended ways to install the package manually:
58
+
With the changes to Unity Package Manager in 2021, experimental packages will not show up in the package list and have to be installed manually. There are two recommended ways to install the package manually:
0 commit comments