Interface IDiscreteActionMask
Interface for writing a mask to disable discrete actions for agents for the next decision.
Namespace: Unity.MLAgents.Actuators
Assembly: solution.dll
Syntax
public interface IDiscreteActionMask
Methods
| Name | Description |
|---|---|
| SetActionEnabled(int, int, bool) | Set whether or not the action index for the given branch is allowed. |