Git Product home page Git Product logo

upo_nav_irl's Introduction

upo_nav_irl

A C++ implementation of the IRL algorithms RTIRL[1] and RLT[2]. These algorithms replace the MDP framework by a RRT* planner[3]. So, their goal is to learn the weights of the RRT* cost function that lead the planner to behave similarly to the demonstrations.

The C++ library has interface (planning.h) that must be implemented in order to connect the learning with the desired RRT* planner and load properly the data for learning. In this case, the library of RRT* planners upo_rrt_planners and ROS has been used to implement the interface and perform the learning.

TODO

  • Include other learning algorithms like Maximum Margin Planning (MMP) that uses an A* planner.

The package is a work in progress used in research prototyping. Pull requests and/or issues are highly encouraged.

[1] N. Pérez-Higueras, F. Caballero, and L. Merino, "Learning robot navigation behaviors by demonstration using a rrt* planner", in International Conference on Social Robotics. Springer International Publishing, 2016, pp. 1–10.

[2] K. Shiarlis, J. Messias, and S. Whiteson, "Rapidly exploring learning trees", in Proceedings of the IEEE International Conference on Robotics and Automation (ICRA). Singapore, Singapore: IEEE, May 2017. [Online]. Available: http://teresaproject.eu/project/publications-new

[3] S. Karaman and E. Frazzoli, "Sampling-based algorithms for optimal motion planning", The International Journal of Robotics Research, vol. 30, no. 7, pp. 846–894, 2011.

upo_nav_irl's People

Contributors

noeperez avatar

Stargazers

 avatar  avatar zkxzkx avatar  avatar  avatar Daniel avatar 滨 avatar STYLIANOS IORDANIS avatar Shiying Sun avatar

Watchers

James Cloos avatar Gonzalo Mier avatar Jesus Capitan avatar Luis Merino avatar Fernando Caballero avatar David Alejo Teissière avatar Ignacio Pérez Hurtado de Mendoza avatar  avatar

upo_nav_irl's Issues

Could not find a package configuration file provided by "upo_msgs"

CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "upo_msgs" with any
of the following names:

upo_msgsConfig.cmake
upo_msgs-config.cmake

Add the installation prefix of "upo_msgs" to CMAKE_PREFIX_PATH or set
"upo_msgs_DIR" to a directory containing one of the above files. If
"upo_msgs" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
upo_nav_irl/CMakeLists.txt:8 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/siyuzhou/upo_nav_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/siyuzhou/upo_nav_ws/build/CMakeFiles/CMakeError.log".
make: *** [cmake_check_build_system] Error 1

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.