GithubHelp home page GithubHelp logo

nogtini / automotivepomdps.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sisl/automotivepomdps.jl

0.0 1.0 0.0 26.23 MB

License: Other

Julia 25.49% Jupyter Notebook 73.30% Python 1.21%

automotivepomdps.jl's Introduction

AutomotivePOMDPs: Driving Scenarios formulated as POMDPs

Build Status Coverage Status

contact: Maxime Bouton, [email protected]

This repository consists of different driving scenarios formulated as POMDPs. It provides a generative model for computing policies. A few of them have explicit transition and observation models.

Installation

To install this package, first add the SISL registry and the JuliaPOMDP registry such that all dependencies are automatically installed. You can run the following in the julia REPL:

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

Code to run

Run docs/Urban POMDP tutoial.ipynb for a visualization of the simulation environment.

Scenarios

This package exports the following POMDP Models:

  • SingleOCPOMDP: Occluded crosswalk with one single pedestrian. Discrete states and observations with explicit transition and observation model.
  • SingleOIPOMDP: Occluded intersection with one single car. Discrete states and observations with explicit transition and observation model.
  • OCPOMDP: Occluded crosswalk with a flow of pedestrian. Generative model implementation with continuous state and observations
  • OIPOMDP: Occluded T intersection with a flow of cars driving in multiple lanes. Generative model implementation with continuous state and observations
  • UrbanPOMDP : Occluded T intersection with crosswalks, flow of cars and pedestrians. Generative model implementation with continuous state and observations

These models are defined according to the POMDPs.jl interface. To see how they are parameterized, toggle the documentation using ? or use the function fieldnames if documentation is not yet written.

Video of the UrbanPOMDP scenario: urban_lidar

Dependencies

  • AutomotiveDrivingModels.jl
  • POMDPs.jl

automotivepomdps.jl's People

Contributors

maximebouton avatar peggyyuchunwang avatar markusschratter avatar

Watchers

James Cloos 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.