MAgent2
MAgent2 copied to clipboard
An engine for high performance multi-agent environments with very large numbers of agents, along with a set of reference environments
from magent2.environments import battle_v4, adversarial_pursuit_v4, battlefield_v5, combined_arms_v6, gather_v5 from pettingzoo.utils import random_demo env = battle_v4.env(map_size=16, minimap_mode=False, step_reward=-0.005, dead_penalty=-0.1, attack_penalty=-0.1, attack_opponent_reward=0.2, max_cycles=100000, extra_features=False, render_mode='human') env.reset() random_demo(env, render=True, episodes=1) but got error:...
Excuse me,have you experienced the following problem when functioning the scenario of tiger_deer_v4? Problem:gridworld.py , line 515, in step _LTB.env_step(self.game, ctypes.byref(done)) OSError:exception:access violation reading 0x00000147347E222C 
When running `pip install magent2` I get the result Looking in indexes: https://mirrors.cloud.tencent.com/pypi/simple Collecting magent2 Downloading https://mirrors.cloud.tencent.com/pypi/packages/ac/34/9e1951fbb296171aa67e544203ec3f88b1df0890e0ab848873b6c1c46852/magent2-0.3.2.tar.gz (4.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 708.0 kB/s eta 0:00:00 Installing build dependencies ......
Making an issue as I don't know how to fix this problem myself, seems something to do with the CMake files and C++ null pointer errors? ``` pip install -e...
How do I customize the environment in this? (For example, I want to write my own environment for the collaboration of large-scale isomorphic agents)
Hello! I'm currently interested in cooperative MARL with a large number of agents and I think that MAgent2 is an amazing platform to prototype new ideas. Unfortunately, it seems that...
Hi, When I call the env.reset or reset_wait() from the vector_env.py I recieve the following error: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[2], line 113 110 best_test_reward =...
This release removes support for Python 3.7 in favor of 3.11, as 3.7 has reached end of life.
Mainly checking CI with this, I think the problem with the other PR was gym v29