Skip to content
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

examples中的qmix_sc2.py运行报错问题 #13

Open
ywk4432 opened this issue Nov 23, 2023 · 2 comments
Open

examples中的qmix_sc2.py运行报错问题 #13

ywk4432 opened this issue Nov 23, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ywk4432
Copy link

ywk4432 commented Nov 23, 2023

运行qmix_sc2.py时报错:
Traceback (most recent call last):
File "qmix_sc2.py", line 377, in
runner = Runner(args)
File "qmix_sc2.py", line 70, in init
self.envs = make_envs(args)
File "/home/ustc-lc1/miniconda3/envs/env_ywk/lib/python3.7/site-packages/xuance/environment/init.py", line 66, in make_envs
raise NotImplementedError
NotImplementedError

@wenzhangliu
Copy link
Collaborator

你好,出现这个报错,是因为qmix是近期才上传到GitHub上的,尚未上传PyPI平台,所以您用"pip install xuance"指令安装的xuance版本暂时不支持。

针对这个问题,我们刚刚已经在PyPI上传了最新版的xuance,和目前GitHub上的同步了。

由于xuance会持续开发,更新,如前所述,GitHub上的时效性是最高的,我们一般在成功开发出新功能之后立刻上传至GitHub,等一些功能测试稳定后再统一上传至PyPI。

因此,如果您想保持跟进最新版的xuance,我们建议您下载GitHub上的工程文件,直接在该工程文件里运行demo也可以。

@wenzhangliu wenzhangliu added bug Something isn't working help wanted Extra attention is needed labels Nov 24, 2023
@ywk4432
Copy link
Author

ywk4432 commented Nov 24, 2023

非常感谢您的回复。非常期待xaunce的持续开发工作。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants