Robotic Warehouse¶
The Robotic Warehouse is an MARL environment often used to simulate warehouse automation scenarios. It serves as a testbed for studying cooperative, competitive, and mixed interaction among multiple agents, such as robots. The environment is designed to model tasks commonly found in real-world warehouses, such as navigation, item retrieval, obstacle avoidance, and task allocation.
Official link: https://github.com/semitable/robotic-warehouse.git.
Installation¶
Method 1: Install from PyPI:
pip install rware
Method 2: Install from GitHub repository:
git clone git@github.com:uoe-agents/robotic-warehouse.git
cd robotic-warehouse
pip install -e .
To learn more about installation, see the official tutorialofficial tutorial.