ray.rllib.core.rl_module.marl_module.MultiAgentRLModule.unwrapped
ray.rllib.core.rl_module.marl_module.MultiAgentRLModule.unwrapped#
- MultiAgentRLModule.unwrapped() ray.rllib.core.rl_module.rl_module.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.