Git Product home page Git Product logo

giulic3 / flatland-challenge-marl Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 0.0 38.77 MB

Proposed solution to the Flatland challenge (https://www.aicrowd.com/challenges/flatland-challenge), solving the Vehicle Rescheduling Problem (VRSP) on trains using Multi-Agent-Reinforcement-Learning

License: MIT License

Python 99.99% Shell 0.01%
deep-reinforcement-learning deep-q-learning multi-agent-reinforcement-learning pytorch

flatland-challenge-marl's Introduction

flatland-challenge-marl

This repository contains the code issued to the Flatland competition in the structure explained in the flatland-challenge-starter-kit.

The relevant directories are:

  • cnn_globalobs - contains an approach based on CNN and (custom) global observations
  • fc_treeobs - contains an approach based on tree observations (for both single and multi-agent setting)
  • src/ - contains code with graph observations and local observations
  • src/rainbow/ - contains code of Rainbow for multi-agent systems.

Acknowledgements

The code for Rainbow was adapted to MAS from Kaixhin/Rainbow.

flatland-challenge-marl's People

Contributors

giulic3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flatland-challenge-marl's Issues

Invalid flatalnd-rl version

Hey, I strongly suspect your version of flatland-rl listed in environment.yaml is too new.

I did: conda env create -n flatland-01 --file environment.yaml

I expected:

To be able to run cnn_globalobs/traning.py right after conda activate flatland-01

What happened:

For starters, RailEnv's init function changed so it no longer accepts stochastic_data and program crashes

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.