zw199502 / navigation_among_pedestrians

reinforcement learning, navigation, unitree, velodyne, slam, collision avoidance
13 stars 4 forks source link

experiment video

https://youtu.be/RVfYF8jYBsQ

navigation_among_pedestrians

We proposed a model-based deep reinforcement learning algorithm for the navigation and collision-free motion planning among crowds. The baselines inlcude the EGO (https://ieeexplore.ieee.org/abstract/document/9197148), LSTM_EGO(https://ieeexplore.ieee.org/abstract/document/9981743), RGL (https://ieeexplore.ieee.org/abstract/document/9340705), SARL (https://ieeexplore.ieee.org/abstract/document/8794134), CADRL (https://ieeexplore.ieee.org/abstract/document/7989037), LSTM_RL (https://ieeexplore.ieee.org/abstract/document/8593871), and ORCA (https://link.springer.com/chapter/10.1007/978-3-642-19457-3_1). We refer to the open-sourced project from https://github.com/ChanganVR/RelationalGraphLearning to implement RGL, SARL, CADRL and LSTM_RL. Because the EGO algorithm is not publicly available, we developed it on our own understanding.

prerequisite

fold introduction

crowd_nav_lidar_scan_ego

CADRL_LSTMRL_SARL_RGL

MRLCF

ORCA

RNN_RL

RNN_RL_RAL_Image

unitree_legged_sdk

A_LOAM

Real experiments