Skip to content

Commit 98d25d0

Browse files
Update Learning-Environment-Create-New.md (#3356)
* Update Learning-Environment-Create-New.md In the "Final Editor Setup" , I think their should be a Step to add Decision Parameters Script and it says Decision Period from 1 to 20. Without this their was no action taken by the RolerAgent. After adding this step it worked for me. * Update docs/Learning-Environment-Create-New.md Co-Authored-By: Chris Elion <[email protected]> * Update docs/Learning-Environment-Create-New.md Co-Authored-By: Chris Elion <[email protected]> Co-authored-by: Chris Elion <[email protected]>
1 parent a4f052b commit 98d25d0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/Learning-Environment-Create-New.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,12 @@ with our Agent code.
343343

344344
1. Select the **RollerAgent** GameObject to show its properties in the Inspector
345345
window.
346-
2. Change **Decision Interval** from `1` to `10`.
347-
3. Drag the Target GameObject from the Hierarchy window to the RollerAgent
346+
2. Add the Decision Requester script with the Add Component button from the RollerAgent Inspector.
347+
3. Change **Decision Period** to `10`.
348+
4. Drag the Target GameObject from the Hierarchy window to the RollerAgent
348349
Target field.
349-
4. Add the Behavior Parameters script with the Add Component button from the RollerAgent Inspector.
350-
5. Modify the Behavior Parameters of the Agent :
350+
5. Add the Behavior Parameters script with the Add Component button from the RollerAgent Inspector.
351+
6. Modify the Behavior Parameters of the Agent :
351352
* `Behavior Name` to *RollerBallBrain*
352353
* `Vector Observation` `Space Size` = 8
353354
* `Vector Action` `Space Type` = **Continuous**
@@ -498,5 +499,3 @@ Keep in mind:
498499

499500
* If you are using multiple training areas, make sure all the Agents have the same `Behavior Name`
500501
and `Behavior Parameters`
501-
502-

0 commit comments

Comments
 (0)