Closed tendflow closed 2 months ago
Thank you for your interest in our work. I'm sorry for being late as I was busy with my personal affairs these days.
To deploy our DRL-VO policy to the other robots, you need to make sure the input data structure in the cnn_data_pub.py is correct (e.g., downsampling the lidar scans to 80 points and setting the pedestrian tracking topic to your own). But I will update a new branch for deployment and as a baseline in the next few days when I am less busy.
We are using deep reinforcement learning to train our DRL-VO, which does not require a dataset but requires experience in the interaction between the robot and the environment. If you want to train a new policy, you can directly use our current project and simulator and change the network or other reward settings to train it.
OK,I got it. Thanks for your help.
Hello, sorry about bothering you again. If I want to use my simulator, network and reward settings to train a new policy, is your experience in this project still available?
Yes, because the lessons learned from our work are universal and should be applicable in different training simulators.
OK, thanks for your help.
Hello, thank you very much for uploading the code. I have used your project to train a model. Now I want to test your project on a real robot (not turtlebot2) in gazebo environment and real world. What do I need to do for this? Also, if I want to train a project similar to yours, is the dataset in this work available? I would be grateful if you can answer my question at your free time.