1 Star 0 Fork 1

eric / AutomotivePOMDPs.jl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
Maxime 提交于 2020-01-07 18:49 . update installation instructions

AutomotivePOMDPs: Driving Scenarios formulated as POMDPs

Build Status Coverage Status

contact: Maxime Bouton, boutonm@stanford.edu

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
1
https://gitee.com/erichong007/AutomotivePOMDPs.jl.git
git@gitee.com:erichong007/AutomotivePOMDPs.jl.git
erichong007
AutomotivePOMDPs.jl
AutomotivePOMDPs.jl
master

搜索帮助