Git Product home page Git Product logo

youtube-flatland's Introduction

Let's solve flatland!

This is a community effort to solve the 2020 NeurIPS Flatland Challenge. The flatland environment is here and its Documentation Watch the introductory video here

How do I contribute?

Fork this repository and submit a pull request or contribute to any of the other community repositories. Don't be shy :)

Other Community Repositories

TODOs

  • Write boilerplate to interact with the environment. It is already a gym environment, so unclear if this is necessary, maybe code to visualize a run.
  • Write simple baseline algorithms for pure RL and pure hard-coded heuristics.
  • Write some documentation here about how to evaluate an algorithm, maybe we define some joint format for results so we can compare.

Libraries to consider

Code Structure

  • Different solution approaches go into subfolders in src/approaches. Feel free to contribute your own or work on someone else's (maybe coordinate via discord).
  • For easiness, there is a setup.py, so we can pip install -e . and don't have to use relative paths in the approaches, but let's not put requirements globally. Instead, make a README or requirements.txt in your approach folder (or utility submodule) if you rely on specific things. Not mandatory, most people will figure out what's missing by themselves.
  • Shared utilities go in src/utils. As with the requirements, let's not have a global __init__.py for the utils (but __init__.pys are completely fine in submodules).
  • Any code that interacts directly with the environment (wrappers, monkeypatches, visualization, etc.) can go into submodules of src/environment.

Links:

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.