We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a11071 commit d98bd07Copy full SHA for d98bd07
docs/Migrating.md
@@ -52,7 +52,7 @@ The versions can be found in
52
* We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release:
53
* `InitializeAgent()` to `Initialize()`
54
* `AgentAction()` to `OnActionReceived()`
55
- * `AgentReset()` to `OnEpsiodeBegin()`
+ * `AgentReset()` to `OnEpisodeBegin()`
56
* `Done()` to `EndEpisode()`
57
* `GiveModel()` to `SetModel()`
58
* Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.
0 commit comments