ArnaudFickinger/gym-multigrid
Lightweight multi-agent gridworld Gym environment
Built on MiniGrid, this environment extends gridworld simulation with configurable multi-agent support, supporting both fully and partially observable state representations where each cell encodes object type, color, agent direction, and carried items. Core actions include movement, object manipulation (pick up/drop/toggle), and team-based gameplay through included environments like SoccerGame and CollectGame with customizable agent counts, goals, and reward structures. Integrates directly with OpenAI Gym as a standard environment, requiring only Python 3.5+, NumPy, and Matplotlib.
213 stars. No commits in the last 6 months.
Stars
213
Forks
42
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/ArnaudFickinger/gym-multigrid"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
facebookresearch/BenchMARL
BenchMARL is a library for benchmarking Multi-Agent Reinforcement Learning (MARL). BenchMARL...
datamllab/rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Toni-SM/skrl
Modular Reinforcement Learning (RL) library (implemented in PyTorch, JAX, and NVIDIA Warp) with...
utiasDSL/gym-pybullet-drones
PyBullet Gymnasium environments for single and multi-agent reinforcement learning of quadcopter control
koulanurag/ma-gym
A collection of multi agent environments based on OpenAI gym.