-
I've already tested some hard scenarios, such as 5m_vs_6m or 3s_vs_5z. But the results don't seem to do as well as Pymarl.
And I have find some inadequacies, such as 'args.target_update_cycle = 200'…
-
Hi everyone, I'm trying to run an experiment using python3 src/main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z from the project https://github.com/oxwhirl/pymarl, and I got this Err…
-
Hi,
I got this error when I'm trying to run an experiment using **_python3 main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z_**
While my maps are located in SMAC_Maps file
Can you…
-
Hello,
Thanks for your codes. I'm running the codes with noisemix_smac.yaml in algs and sc2.yaml in envs.
However, it is hard to reproduce the MAVEN's results in the corridor and 6h_vs_8z.
Co…
-
Hi,
I tested COMA 3m, 8m and 25m as well as QMIX 3m and 8m without problems. Only QMIX 25m is giving me a freeze. htop is showing no hardware bottlenecks before the freeze. Has anyone experienced t…
-
Hello, I found that some implementations are inconsistent with the paper description, I hope you can help me to understand.
### 1. multivariate Gaussian distribution(you can click [here](https://gi…
-
不好意思,我刚刚在github上提问,我是在https://github.com/LARG/HFO下面进行的,您说main.py、arguments.py、rollout.py三个文件是指自己实现的?我看这个环境里面的实现一般是通过直接调用HFOEnvironment进行交互。但这个都是获取单个agent的state,不知道总体state是需要自己拼还是已经提供了;另外如果是多个agent,我看环…
-
Hi, folks
I appreciate for your awesome work and maintaining. So far I've tried QMIX on several scenarios and I can reproduce results close to results reported in the SMAC paper. However, the resul…
-
-
Hi, I'm currently running experiments on the scenario '3s5z' and '1c3s5z' and find there is a significant performance difference from the Qmix paper. (my experiment result is roughly 15% to 20% better…