Giter Site home page Giter Site logo

multi-agent-curriculum's Introduction

Multi-Agent-Curriculum

The library's goal is to support current and evolving multi-agent algorithms with curriculums.

Current multi-agent algorithms supported from an updated EPyMARL library include on-policy algorithms like MAPPO, MAA2C, COMA and off-policy algorithms like MADDPG, QMIX, VDN.

The updates involve supporting curriculum features with multi-agent reinforcement learning algorithms to run either episodically or parallely. The code updates are in src/run.py, src/envs/__init__.py, src/runners/episode_runner.py, src/runners/parallel_runner.py

Domain Randomization feature is provided.

The environment supported for now is Level Based Foraging.

New algorithms, curriculums and environments are being developed.

Installation Instruction

Conda Environment with Python 3.7 can be created as follows

conda create -n marl_cc python=3.7
conda activate marl_cc

Then the dependencies can be installed with

cd marl_dr_curr_epymarl
pip install -r requirements.txt
pip install torch_scatter==2.1.1
pip install wandb
pip install protobuf==3.20.*

torch_scatter is installed separately as it requires torch to be already installed

Shell scripts under code_scripts folder can be used to run the Multi-Agent Reinforcement Learning algorithms with Domain Randomization codes on Level Based Foraging.

multi-agent-curriculum's People

Contributors

saptab avatar

Stargazers

Jack Cole avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.