pub trait Act: Clone + Debug { fn len(&self) -> usize; }
A set of actions of the environment.
Returns the number of actions in the object.