flock: Multi-Agent Reinforcement Learning for Cooperative Transport A reinforcement learning environment modeled after OpenAI Gym, designed for studying multi-agent cooperation. Installation # Install from PyPI pip install flock-rl # Or install from source git clone https://github.com/kzqiu/flock.git cd flock pip install -e .