Giter VIP home page Giter VIP logo

multiagent-dqn's Introduction

Multiagent DQN for collective learning

Note

This is in Python 3.5. Requirements: in requirements.txt + OpenCV

Setting up

Set up virtualenv

http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/

Download required packages

Activate your virtual environment, then issue this command:

pip install -r requirements.txt

Change euclid.py file

Euclid has some syntax that doesn't work in Python 3, so you need to change the file in the installed packages. Go to your virtualenv folder > lib > python 3.5 > site-packages. Then replace the euclid.py file there with the one in this repo.

Set up IPython kernel to work with the virtualenv

Make sure your virtualenv is activated. Then issue the following commands:

(env)$ pip install jupyter
(env)$ pip install ipykernel
(env)$ python -m ipykernel install --user --name testenv --display-name "Python3 (dqn-virtualenv)"

Files

Jupyter notebooks

training

testing_5preds

testing_independents

analysis

Python files

tf_rl/simulate.py

tf_rl/simulation/karpathy_game.py

Issues

  1. Inactive predators cannot eat
  2. There can only be one physical cue (but several cue types)

multiagent-dqn's People

Contributors

adanguyenx 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.