-
whene I run the code belwo:
python3 marl/main.py --algo_config=qmix [--finetuned] --env_config=smac with env_args.map_name=3m
I got this error:
(pid=341594) [2023-03-20 15:46:49,756 E 341594 …
-
Dear,
I see you have a very nice MARL library for RL.
Currently I am reviewing (MA)RL libraries and I can't find a separate documentation website. Is this true? Maybe I overlook it somewhere.
Howev…
-
I notices that the related work in your group are developed based on ray framework. Can you please compare the advantages or disadvantages between pymarl and ray when using metadrive?
I am new to R…
-
hi @stefanbschneider
Recently, I have finally completed the task of migrating `d-drl-coordination SB3` to the `rllib` version. After adding the curiosity module, I found that a similar success rate …
-
I want to implement a ParallelFor function. This is my implementation. this will take a lot of memory to create task. how could I implement a effect ParallelFor function by marl? just like jobsystem::…
-
For now the container is on GDrive. This is a bit suboptimal. I personally like to commit it to the repo using github large files system (lfs).
@rvinuesa do you know if the KTH-FlowAI account has a…
-
when I ran the close drawer task in the Partial's first comand.
`python train.py --task=OneFrankaCabinetPCPartial --task_config=cfg/franka_drawer_PC_partial_cloud_close.yaml --algo=ppo_pc_pure --algo…
-
Hi!
I setup the MARL as described in the github. However, after a while (10 seconds) the second agent training stops working with the print "Disconnected from Unreal Engine. Exiting Mindmaker". The…
-
```
(unit7-MARL) PS > python --version
Python 3.9.16
(unit7-MARL) PS > pip --version
pip 22.3.1 from C:\Users\AllanSuzuki\anaconda3\envs\unit7-MARL\lib\site-packages\pip (python 3.9)
(unit7-MARL)…
-
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.