smacv2
smacv2 copied to clipboard
Being the new guy here, as I read through the documentation I see that several different scenarios are defined. Unfortunately I don't see anything that clarifies how to specify which...
Hi, I just installed SMAC_V2 and am experimenting with the sample code provided in the Readme. Generally, everything is working well but I see that... If you uncomment `env.render() `...
Ray pickle recursion limit - object store serialization Writable array for new positions
I'm trying to run SMACv2 baseline QMIX in smacv2/RUNNING_EXPERIMENTS.md. However, I keep running into this error: ``` Hello from the pygame community. https://www.pygame.org/contribute.html [DEBUG 20:07:32] git.util Failed checking if running...
I use the code provided in the README.md to create a new testing environment, and forced seed=1 when constructing the StarCraft2Env. However, the results given by each run are different....
``` from __future__ import absolute_import from __future__ import division from __future__ import print_function from os import replace from smac.env import StarCraft2Env import numpy as np from absl import logging import...
Hello, thank you for your contribution of rllib version. When I run run_ppo.py and run_qmix.py, there is a Value Error as below (RolloutWorker pid=3950203) File "../python3.9/site-packages/ray/rllib/evaluation/rollout_worker.py", line 682, in __init__...
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://github.com/benellis3/pymarl2 (@benellis3)...
Hi, I just wanted to say this is an awesome project and I'm excited to try it out. I installed via the instructions but it doesn't install pettingzoo, even though...
Hi everyone, First of all, thanks for both these amazing library, they are really an amazing contribution to MARL experimentation! Now, I was trying to get both SMAC and SMACv2...