mpcrl.wrappers#
A module with wrappers for agents and environments.
In gymnasium, wrappers are a common way to modify the behavior of environments to
specific needs; see gymnasium.Wrapper. In this module, we provide new wrappers
for environments, as well as define our own mpcrl.wrappers_agents.Wrapper class
to wrap also (learning and non-) agents.