Skip to content

Commit ae26e90

Browse files
imankgoyalawjuliani
authored andcommitted
Update Learning-Environment-Create-New.md (#559)
Fixing a minor grammatical mistake, "classis" to "class is".
1 parent f7b6918 commit ae26e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Learning-Environment-Create-New.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can adjust the camera angles to give a better view of the scene at runtime.
8888

8989
## Implement an Academy
9090

91-
The Academy object coordinates the ML-Agents in the scene and drives the decision-making portion of the simulation loop. Every ML-Agent scene needs one Academy instance. Since the base Academy classis abstract, you must make your own subclass even if you don't need to use any of the methods for a particular environment.
91+
The Academy object coordinates the ML-Agents in the scene and drives the decision-making portion of the simulation loop. Every ML-Agent scene needs one Academy instance. Since the base Academy class is abstract, you must make your own subclass even if you don't need to use any of the methods for a particular environment.
9292

9393
First, add a New Script component to the Academy GameObject created earlier:
9494

0 commit comments

Comments
 (0)