Class ActionSpace

All Implemented Interfaces:
Serializable, Cloneable, Iterable<NDList>, Collection<NDList>, List<NDList>, RandomAccess

public class ActionSpace extends ArrayList<NDList>
Contains the available actions that can be taken in an RlEnv.
See Also:
  • Constructor Details

    • ActionSpace

      public ActionSpace()
  • Method Details

    • randomAction

      public NDList randomAction()
      Returns a random action.
      Returns:
      a random action