xuance
xuance copied to clipboard
MPE and GRF examples not working
I am trying to run your examples of mpe_mappo and football_qmix but I am getting errors when purely running your examples.
For MAPPO MPE with simple_spread_v3:
File "venv_xuan/lib/python3.9/site-packages/xuance/torch/agents/agents_marl.py", line 45, in __init__ self.n_agents = config.n_agents AttributeError: 'Namespace' object has no attribute 'n_agents'
For QMIX GRF:
File "venv_xuan/lib/python3.9/site-packages/xuance/environment/__init__.py", line 29, in make_envs raise AttributeError(f"The vectorizer {config.vectorize} is not implemented.") AttributeError: The vectorizer Subproc_Football is not implemented.
I would highly appreciate your assistance! I have Python3.9 and gym 0.26.2.