Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 565 Bytes

The MA_Minigrid library contains a collection of discrete grid-world environments to conduct research on Multi Agent Reinforcement Learning. The environments follow the Gymnasium and Minigrid standard API and they are designed to be lightweight, fast, and easily customizable. This project is based on Minigrid to support multi-agent interaction with environment.

Installation

To install MA_minigrid library use

git clone https://github.com/MyIDis12138/MA_minigrid.git
cd MA_minigrid
pip install -e .