-
Hi, bro
I have a question that I have always wondered. Is it correct that in rode_controller()'s "forward()" function, the role selector you defined chooses new roles for agents no matter in decentra…
-
I was having a look at the `build_td_lambda_targets` function into `utils/rl_utils.py`, and I was wondering if line 8:
`ret[:, -1] = target_qs[:, -1] * (1 - th.sum(terminated, dim=1))`
is really cor…
-
Reading the pseudocode in paper [Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning](https://arxiv.org/abs/2003.08839)
![image](https://user-images.githubusercontent…
-
Hello, I encoutered following error while i tried to run the code:
Traceback (most recent call last):
File "run_madqn.py", line 150, in
main()
File "run_madqn.py", line 45, in main
t…
-
Hello, firstly, thank you for the contribution about this whole simulation environment.
I wanted to integrate SMACv2 with PyMARL, and luckly found the SMACv2 version of PyMARL, PyMARL2
https://git…
-
-
Hi there! Thanks for this excellent repo! The code is really nice and great lifesaver for other researchers!
I am trying to reproduce the result in the paper "Deep Multi-Agent Reinforcement Learnin…
-
您好,我没看懂您关于vdn和qmix不能通信的解释“vdn和qmix是直接根据Q值选动作的,没有办法进行通信。coma是AC方法,正好可以把commnet的结构用在actor上”,按说vdn和qmix虽然不是AC方法,但是critic网络同样可以通过通信来共享局部观察
-
Hi,
I would like to know if you support MultiDiscrete action space or not?
thanks in advance
Andrea
-
Hi,
when I run the code from ubuntu 20 python 3.6 I got this error
File "src/main.py", line 88, in
config_dict = recursive_dict_update(config_dict, alg_config)
File "src/main.py", lin…