Interface IActionReceiver
An interface that describes an object that can receive actions from a Reinforcement Learning network.
Namespace: Unity.MLAgents.Actuators
Assembly: solution.dll
Syntax
public interface IActionReceiver
Methods
| Name | Description |
|---|---|
| OnActionReceived(ActionBuffers) | Method called in order too allow object to execute actions based on the ActionBuffers contents. The structure of the contents in the ActionBuffers are defined by the ActionSpec. |
| WriteDiscreteActionMask(IDiscreteActionMask) | Implement |