Skip to content

Commit 1096ccb

Browse files
Adding a note in Migrating.md about heuristic (#2975)
1 parent d5174ca commit 1096ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Migrating.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Making this change will require retraining your model, since the observations th
1919
* The online BC training feature has been removed.
2020
* The BroadcastHub has been deprecated. If there is a training Python process, all LearningBrains in the scene will automatically be trained. If there is no Python process, inference will be used.
2121
* The Brain ScriptableObjects have been deprecated. The Brain Parameters are now on the Agent and are referred to as Behavior Parameters. Make sure the Behavior Parameters is attached to the Agent GameObject.
22+
* To use a heuristic behavior, implement the `Heuristic()` method in the Agent class and check the `use heuristic` checkbox in the Behavior Parameters.
2223
* Several changes were made to the setup for visual observations (i.e. using Cameras or RenderTextures):
2324
* Camera resolutions are no longer stored in the Brain Parameters.
2425
* AgentParameters no longer stores lists of Cameras and RenderTextures

0 commit comments

Comments
 (0)