Skip to content

Commit

Permalink
Fix backtick.
Browse files Browse the repository at this point in the history
  • Loading branch information
surfnerd committed Mar 14, 2021
1 parent df9f134 commit b459af4
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 @@ -41,7 +41,7 @@ public override void WriteDiscreteActionMask(IDiscreteActionMask actionMask)
actionMask.SetActionEnabled(branch, 3, false);
}
```
- The `IActuator` interface now implements `IHeuristicProvider. Please add the corresponding `Heuristic(in ActionBuffers)`
- The `IActuator` interface now implements `IHeuristicProvider`. Please add the corresponding `Heuristic(in ActionBuffers)`
method to your custom Actuator classes.

## Migrating to Release 13
Expand Down

0 comments on commit b459af4

Please sign in to comment.