-
Thanks for this outstanding work!
Can the author provide the training code for the multi-intelligence environment?
I hope use this benchmark as the strong baseline.
-
Hi,
First of all, thanks for this excellent job on MARL.
I don't understand why the third dimension in the https://github.com/PKU-MARL/Multi-Agent-Transformer/blob/879dd89da7129dc8b4de24d4ac047d48d…
-
## Motivation
Specs are currently organised in a way that does not allow much flexibility for the reward, action and done specifications.
Here I propose a new organisation for the specs that allow…
-
I am looking for a way to 'yield' from the currently executing fiber in the sense that the fiber would be sent to the back of the worker `Work::fibers` queue (as opposed to `Work::waiting`) and would …
-
### 你是否已经阅读并同意《Datawhale开源项目指南》?
- [X] 我已阅读并同意[《Datawhale开源项目指南》](https://github.com/datawhalechina/DOPMC/blob/main/GUIDE.md)
### 你是否已经阅读并同意《Datawhale开源项目行为准则》?
- [X] 我已阅读并同意[《Datawhale开源项目行为…
-
Currently we have very duplicative test scripts for MARL env!
-
- [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] RL algorithm bug
+ [ ] documentation request (i.e. "X is missing from the documentation.")
+ [ ] ne…
-
When I use qmix to the mpe environment like this
python marl/main.py --algo_config=qmix --env_config=mpe with env_args.map_name=simple_spread
it will produce a problem below
**ValueError: illegal…
-
Hi,
I'm trying to use the MARL env, and here is my code, which is copied from the document, I printed the done and it's true every step, that's really weird to me, can anyone help with this issue?…
-
Hi @gml16 , I'm trying to learn sth from this project.
I just cloned it to my PC and used the instruction of Evaluating with 8 C-MARL agents.
However, I met an error saying that'RuntimeError: Unable…