ray.rllib.core.rl_module.marl_module.MultiAgentRLModule.unwrapped#

MultiAgentRLModule.unwrapped() RLModule#

Returns the underlying module if this module is a wrapper.

An example of a wrapped is the TorchDDPRLModule class, which wraps a TorchRLModule.

Returns:

The underlying module.