-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPE and GRF examples not working #50
Comments
I have tested and successfully run these two examples on my desktop. I believe the examples you tested are in the master branch, which is coded for the newest version of the master branch. I suggest you use the code in the stable master branch. Additionally, I have released the latest version of XuanCe (v1.2.2) on PyPI today. You can try it again and post your feedback anytime. |
Hi, thank you for your help. I indeed had to use the stable version in order to make it run. However, I just installed the package with |
I still have an error for Robotic Warehouse env, even when I proceed exactly as in the stable version. See below.
When I try to change
|
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.
The text was updated successfully, but these errors were encountered: