starry-sky6688 / MARL-Algorithms

Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario of StarCraft II
1.46k stars 283 forks source link

关于QMIX的Trick:Eligibility traces #99

Closed zanezhenli closed 1 year ago

zanezhenli commented 1 year ago

作者你好。在阅读论文Rethinking the Implementation Tricks and Monotonicity Constraint in Cooperative Multi-Agent Reinforcement Learning后,想问下代码里有实现资格迹TD(λ)的部分吗?如果没有的话应该如何添加,能否给一个提示?

starry-sky6688 commented 1 year ago

这个没有实现;添加的话在./policy/qmix.py里的learn()函数里添加,修改网络的更新方式