Skip to content

Commit

Permalink
Add ROS local planner project (#327)
Browse files Browse the repository at this point in the history
* added example project

* format

* some textual improvements

* Update docs/misc/projects.rst

Co-Authored-By: Antonin RAFFIN <antonin.raffin@ensta.org>
  • Loading branch information
RGring and araffin committed May 15, 2019
1 parent a13e12c commit c9be8dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/misc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,14 @@ Project around Roboy, a tendon-driven robot, that enabled it to move its shoulde
| Video: https://tinyurl.com/DeepRoboyControlVideo
| Blog post: https://tinyurl.com/mediumDRC
| Website: https://roboy.org/
Train a ROS-integrated mobile robot (differential drive) to avoid dynamic objects
---------------------------------------------------------------------------------

The RL-agent serves as local planner and is trained in a simulator, fusion of the Flatland Simulator and the crowd simulator Pedsim. This was tested on a real mobile robot.
The Proximal Policy Optimization (PPO) algorithm is applied.

| Author: Ronja Güldenring
| Email: 6guelden@informatik.uni-hamburg.de
| Video: https://www.youtube.com/watch?v=laGrLaMaeT4
| GitHub: https://github.com/RGring/drl_local_planner_ros_stable_baselines

0 comments on commit c9be8dc

Please sign in to comment.