GithubHelp home page GithubHelp logo

yangkaia123 / autonomousmerging.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sisl/autonomousmerging.jl

0.0 0.0 0.0 556 KB

Implementation of a highway merging scenario

License: MIT License

Julia 100.00%

autonomousmerging.jl's Introduction

AutonomousMerging.jl

Build Status Coverage Status

Maintainer: Maxime Bouton ([email protected])

This code base implements an autonomous merging scenario using POMDPs.jl and AutomotiveDrivingModels.jl described in the paper: M. Bouton, A. Nakhaei, K. Fujimura, M. J. Kochenderfer, "Cooperation-Aware Reinforcement Learning for Merging in Dense Traffic," in IEEE Conference on Intelligent Transportation Systems (ITSC), 2019. ArXiv

Installation

To install this julia package, add the JuliaPOMDP registry and the sisl registry:

using Pkg 
Pkg.add("POMDPs")
using POMDPs
POMDPs.add_registry() 
Pkg.Registry.add(RegistrySpec(url="https://github.com/sisl/Registry"))
Pkg.add("AutonomousMerging")

Folder structure

  • src: the source code containing the MDP definition, the C-IDM model definition, some feature extraction helpers, as well as some rendering helpers
  • test: the tests run by Travis are defined in runtests.jl. The other file are interactive tests for debugging using visualizations.
  • scripts: contains training, simulation, and analysis scripts

Documentation

All the objects exported by the package have docstring that can be consulted using the julia command ?. For further documentation we refer the user to POMDPs.jl and AutomotiveDrivingModels.jl

autonomousmerging.jl's People

Contributors

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