Skip to content

Commit f02df85

Browse files
jrupert-unityGitHub Enterprise
authored andcommitted
Update Training-Configuration-File.md (Unity-Technologies#59)
* Update Training-Configuration-File.md Doc says "behavior_cloning" when it should say "behavioral_cloning". * Update Learning-Environment-Design-Agents.md Minor correction to wording. (Unity-Technologies#5745)
1 parent 7d6eaaf commit f02df85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Learning-Environment-Design-Agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Agent.
454454

455455
- To collect visual observations, attach `CameraSensor` or `RenderTextureSensor`
456456
components to the agent GameObject.
457-
- Visual observations should generally be used unless vector observations are
457+
- Visual observations should generally only be used when vector observations are
458458
not sufficient.
459459
- Image size should be kept as small as possible, without the loss of needed
460460
details for decision making.

docs/Training-Configuration-File.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ To enable RND, provide these settings:
146146

147147
To enable Behavioral Cloning as a pre-training option (assuming you have
148148
recorded demonstrations), provide the following configurations under the
149-
`behavior_cloning` section:
149+
`behavioral_cloning` section:
150150

151151
| **Setting** | **Description** |
152152
| :------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)