ericchen321 / ros_x_habitat

A bridge betwwen the ROS ecosystem and AI Habitat.
98 stars 19 forks source link

Some questions for Navigating Habitat Agent in Gazebo #26

Open SepMJ opened 1 year ago

SepMJ commented 1 year ago

After I installed habitat sim and habitat lab according to the instructions and ran the relevant code in the title, the navigation route is shown below. It can be seen that the navigation performance is relatively poor. How did you conduct the relevant experiments?Thank you! 7ce3844f-0237-4e1e-9ff5-b6a01b3ddd92-21530901

ericchen321 commented 1 year ago

Hi @SepMJ if this's a Habitat agent navigating in a Gazebo-simulated environment then I wouldn't say the performance is unusual... the experiment we discussed in Section VI had fairly straight-forward goals for the agent, and it did take me quite a few tries before getting the agent reach the goal position. But that experiment was only for demoing that we can plug a Habitat agent into Gazeo, so we didn't fine tune the agent so it reaches optimal performance.

But if you do want to get it perform well in Gazebo, probably you'll have to train your own RL agent using Gazebo-simulated scenes instead of using the pre-trained agents. Those were trained on more photorealisitc Matterport3D/Gibson dataset and probably won't generalize well to a Gazebo environment.