gxm.wrappers#
|
Base class for environment wrappers in gxm. |
|
Wrapper that discretizes a continuous action space. |
|
Wrapper that adds a rollout method to the environment. |
|
A wrapper that records the episode length \(T\) , episodic return \(J(\tau) = \sum_{t=0}^{T} r_t\) , and discounted episodic return \(G(\tau) = \sum_{t=0}^{T} \gamma^t r_t\) at the end of each episode. |
|
Wrapper that adds a rollout method to the environment. |
|
Wrapper that stacks the observation along a new axis. |
|
A wrapper that treats truncation as termination and removes the corresponding obsercation from the timestep. |