ray.rllib.core.rl_module.multi_rl_module.MultiRLModuleSpec.add_modules#

MultiRLModuleSpec.add_modules(module_specs: Dict[str, RLModuleSpec], override: bool = True) None[source]#

Add new module specs to the spec or updates existing ones.

Parameters:
  • module_specs – The mapping for the module_id to the single-agent module specs to be added to this multi-agent module spec.

  • override – Whether to override the existing module specs if they already exist. If False, they are only updated.