-
The template codes in the following files should be updated based on the lfelipesv/test_world_3d/examples folder of the 'blockcode-examples' branch:
- constants.js
- default_codes.js
- single_dqn…
-
QMIX论文里写他们更新规则使用的是DoubleDQN的方式,我看作者的QMIX使用的是Nature的更新方式,所以我改了一下,可是效果却变差了,不知是什么原因?
-
Hey,
I try to run the following code:
`python3 src / main.py --config = categorical_qmix --env-config = sc2 with env_args.map_name = 2s3z`
and
`python3 src / main.py --config = tar_qmix --env-con…
-
为什么QMIX论文里某些地图可以达到100%的win_rate,而我跑最高才60%就开始过拟合了,请问作者有遇到这样的情况嘛?
-
When I used "python3 src/main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z",I want to visualize the game to see how agents work.
But i don't find any parameters can do this.
-
Hi, in your paper, I fund there is a winrate metric to evaluate the performance of algorithms. How can I manually calculate the value in StarCraft environment?
-
Thanks to the author for the open source code, I have a question when I was reading the source code.
In the action_selection operation, Qmix add a `pick_random * random_actions`,
I guess this is…
-
您好,您的代码写的非常清晰,我作为强化学习的初学者,能够根据您的注释轻松的理解代码。但是有一个地方我不太明白,想请教您一下。我现在在学习dyma-cl,我看您的代码在dyma里使用的是VDN-Net,请问这里可以换成QMIX-Net吗? 我尝试换了一下,但是将8m用于3m时,QMIX-Net的参数不匹配。这里的迁移是只能用VDN吗?不知道我的问题有没有阐述清楚,期待您的回复,谢谢
ynnnn updated
4 years ago
-
**Submitting author:** @garrettj403 (John Garrett)
**Repository:** https://github.com/garrettj403/QMix/
**Version:** v1.0.3
**Editor:** @labarba
**Reviewer:** @FaustinCarter, @josephhardinee, @PaulKGr…
-
Is there a simple example of how to create an agent with a different loss and multiple policy networks from scratch?