Skip to content

Commit

Permalink
Corrected a typo in a name of a function (#3670)
Browse files Browse the repository at this point in the history
OnEpsiodeBegin was corrected to OnEpisodeBegin in Migrating.md document
  • Loading branch information
xstreck1 authored and vincentpierre committed Mar 26, 2020
1 parent 16b9a78 commit 6c8c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The versions can be found in
* We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release:
* `InitializeAgent()` to `Initialize()`
* `AgentAction()` to `OnActionReceived()`
* `AgentReset()` to `OnEpsiodeBegin()`
* `AgentReset()` to `OnEpisodeBegin()`
* `Done()` to `EndEpisode()`
* `GiveModel()` to `SetModel()`
* Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.
Expand Down

0 comments on commit 6c8c462

Please sign in to comment.