diff --git a/marl_factory_grid/utils/helpers.py b/marl_factory_grid/utils/helpers.py index ad27d29..e2cd1eb 100644 --- a/marl_factory_grid/utils/helpers.py +++ b/marl_factory_grid/utils/helpers.py @@ -235,7 +235,7 @@ def locate_and_import_class(class_name, folder_path: Union[str, PurePath] = ''): def add_bound_name(name_str, bound_e): - return f'{name_str}({bound_e.identifier})' + return f'{name_str}({bound_e.name})' def add_pos_name(name_str, bound_e):