zw199502 / navigation_among_pedestrians

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

Is crowd_nav_lidar_scan_ego refer to LSTM-EGO? #1

Open wujiaxu opened 7 months ago

wujiaxu commented 7 months ago

Ref. 21 for LSTM-EGO in the paper bring me to the last year IROS paper: "Benchmarking Augmentation Methods for Learning Robust Navigation Agents: the Winning Entry of the 2021 iGibson Challenge". However, they were used depth image as input but not LiDAR scan that is depicted in this paper. So I am wondering that "is the ref.21 the true reference for LSTM-EGO?" or "is LSTM-EGO the modified version of ref.21 and is implemented in crowd_nav_lidar_scan_ego?" Could someone give me some hint?

zw199502 commented 6 months ago

Hello,

Sorry for the late reply! I just revised the method in ref.21 because we only had a lidar sensor.

On Tue, Dec 5, 2023 at 12:07 AM Jiaxu Wu @.***> wrote:

Ref. 21 for LSTM-EGO in the paper bring me to the last year IROS paper: "Benchmarking Augmentation Methods for Learning Robust Navigation Agents: the Winning Entry of the 2021 iGibson Challenge". However, they were used depth image as input but not LiDAR scan that is depicted in this paper. So I am wondering that "is the ref.21 the true reference for LSTM-EGO?" or "is LSTM-EGO the modified version of ref.21 and is implemented in crowd_nav_lidar_scan_ego?" Could someone give me some hint?

— Reply to this email directly, view it on GitHub https://github.com/zw199502/navigation_among_pedestrians/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6XM4JAYV342MNAF5OH7CTYHXYLPAVCNFSM6AAAAABAGHHL2GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDIMRRGA2DCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

wujiaxu commented 5 months ago

Thank you.