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 78d7008 commit 4bb1291Copy full SHA for 4bb1291
docs/Migrating.md
@@ -45,7 +45,7 @@ The versions can be found in
45
* We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release:
46
* `InitializeAgent()` to `Initialize()`
47
* `AgentAction()` to `OnActionReceived()`
48
- * `AgentReset()` to `OnEpsiodeBegin()`
+ * `AgentReset()` to `OnEpisodeBegin()`
49
* `Done()` to `EndEpisode()`
50
* `GiveModel()` to `SetModel()`
51
* Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.
0 commit comments