Giter Site home page Giter Site logo

multi-agent-rl-dqn's Introduction

Multi-Agent-RL-DQN

Implements a Deep Q Network for Multi-agent RL. This was done as part of a UCL COMP0124 Multi-Agent Artificial Intelligence Coursework.

Environment

The environment can be found here. It is set to a four-agent switch game in which the agents have to share a tunnel in order to get to their goals.

Instructions

To run, just download the notebook and run it in Colab. Currently, this version has not been adapted to direct use.

Make sure that you have all the dependencies. In google CoLab, this can be done by running the following lines before the rest of the code:

  !rm -rf /content/ma-gym  
  !git clone https://github.com/koulanurag/ma-gym.git 
  %cd /content/ma-gym 
  !pip install -q -e . 
  !apt-get install -y xvfb python-opengl x11-utils > /dev/null 2>&1
  !pip install pyvirtualdisplay > /dev/null 2>&1
  !apt-get install x11-utils
  !apt-get update > /dev/null 2>&1
  !apt-get install cmake > /dev/null 2>&1
  !pip install --upgrade setuptools 2>&1
  !pip install ez_setup > /dev/null 2>&1
  !pip install -U gym[atari] > /dev/null 2>&1

Then import ReplayBuffer.py and dqn_agent.py and run the main.py code.

Results

2-player 4-player

multi-agent-rl-dqn's People

Contributors

dennisushi avatar

Stargazers

 avatar  avatar qwsdeef avatar  avatar  avatar G PY avatar Yao Huang avatar  avatar  avatar cgh avatar  avatar  avatar Wangyuan Ding avatar  avatar jackrao avatar

Watchers

 avatar

Forkers

ltwyer

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.