ray.rllib.core.rl_module.multi_rl_module.MultiRLModule.unwrapped#

MultiRLModule.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.