You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run this code to solve my problem in deep MARL , but the environment doesn't apply which caught an error which interrupt running.
Here is the discription , i can't fix , please help me.
Mine is Python312. Traceback (most recent call last): File "C:\Users\multi-agent\deep-marl-toolkit-main\scripts\main_coma.py", line 173, in <module> main() File "C:\Users\multi-agent\deep-marl-toolkit-main\scripts\main_coma.py", line 35, in main args = argparse.Namespace(**vars(common_args), **vars(coma_config)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argparse.Namespace() got multiple values for keyword argument 'gamma'
The text was updated successfully, but these errors were encountered:
I want to run this code to solve my problem in deep MARL , but the environment doesn't apply which caught an error which interrupt running.
Here is the discription , i can't fix , please help me.
Mine is Python312.
Traceback (most recent call last): File "C:\Users\multi-agent\deep-marl-toolkit-main\scripts\main_coma.py", line 173, in <module> main() File "C:\Users\multi-agent\deep-marl-toolkit-main\scripts\main_coma.py", line 35, in main args = argparse.Namespace(**vars(common_args), **vars(coma_config)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argparse.Namespace() got multiple values for keyword argument 'gamma'
The text was updated successfully, but these errors were encountered: