Skip to content

A PyTorch-based deep inverse reinforcement learning pipeline for vehicle motion forecasting

License

Notifications You must be signed in to change notification settings

yfzhang/vehicle-motion-forecasting

Repository files navigation

vehicle-motion-forecasting

Work in progress.

This repository contains the training and inference code used in our paper Integrating kinematics and environment context into deep inverse reinforcement learning for predicting off-road vehicle trajectories. This work proposes a inverse reinforcement learning based framework that infers the reward structure and forecasts the vehicle's motion.

video

click to view

Installation

conda

We recommend using conda to install dependencies with the environment.yml provided in this repository.

conda env create -f environment.yml
source activate vehicle_motion_forecasting

pip

You can also use pip to install dependencies with the requirements.txt provided.

pip install -r requirements.txt

Inference

We provide the trained weights and example data for inference. Please check demo.ipynb.

jupyter notebook demo.ipynb

Training

Training examples will be made available later after we open source the dataset.

Citation

Please consider citing the corresponding publication.

@inproceedings{zhang2018integrating,
  title={Integrating kinematics and environment context into deep inverse reinforcement learning for predicting off-road vehicle trajectories},
  author={Zhang, Yanfu and Wang, Wenshan and Bonatti, Rogerio and Maturana, Daniel and Scherer, Sebastian},
  booktitle={Conference on Robot Learning},
  pages={894--905},
  year={2018}
}

About

A PyTorch-based deep inverse reinforcement learning pipeline for vehicle motion forecasting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published