Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 965 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 965 Bytes

Option_vs_actor_critic for MARL

Comparing centralized and decentralized actor-critic and option-critic variants for MARL. Further details can be found in the projet paper in this repository. https://github.com/atharvaw1/CS5180-project/blob/main/RL_Project_Paper.pdf

Getting Started

Make a local virtual environment with the following command:

python3 -m venv venv
pip install -r requirements.txt

Environments

Four Rooms

The four room single agent navigation task

Petting Zoo - Simple Tag

Petting Zoo - Simple Spread

Petting Zoo - Simple World Communication

Environments can be found on https://pettingzoo.farama.org/environments/mpe/

@article{lowe2017multi, title={Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments}, author={Lowe, Ryan and Wu, Yi and Tamar, Aviv and Harb, Jean and Abbeel, Pieter and Mordatch, Igor}, journal={Neural Information Processing Systems (NIPS)}, year={2017} }