pantheonrl.common.util
Collection of utility functions for the common classes.
Functions
Return the action, values, and log_probs given an observation and policy |
|
Return the new space if the observation is framestacked |
|
Return the actions clipped by the action space of the policy |
|
Return the default observation for a given environment |
|
Return the length of a space |
|
Resample the model's noise given the number of active steps. |
Classes
A feed forward policy network with two hidden layers of 32 units. |
Exceptions
Raise when an illegal Space is used |