We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9f134 commit b459af4Copy full SHA for b459af4
docs/Migrating.md
@@ -41,7 +41,7 @@ public override void WriteDiscreteActionMask(IDiscreteActionMask actionMask)
41
actionMask.SetActionEnabled(branch, 3, false);
42
}
43
```
44
-- 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)`
45
method to your custom Actuator classes.
46
47
## Migrating to Release 13
0 commit comments