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 (Dict[str, RLModuleSpec]) – The mapping for the module_id to the single-agent module specs to be added to this multi-agent module spec.

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