Live data from Hacker News

Habitat: A fast 3D simulator for embodied AI research

facebook.com

1–6 of 6 posts

Re: Habitat: A fast 3D simulator for embodied AI research

#4

Not sure why "photorealistic" is such a big selling point here. If we can make robots navigate in DOOM they will probably be able to navigate in Habitat and vice versa. Low on technical detail. What can this do that Gazebo cannot?

More confusion. Looking closer at the actual code, there are actually do?

Re: Habitat: A fast 3D simulator for embodied AI research

#5

Not sure why "photorealistic" is such a big selling point here. If we can make robots navigate in DOOM they will probably be able to navigate in Habitat and vice versa. Low on technical detail. What can this do that Gazebo cannot?

Not quite. Real-world environments (which Habitat is aiming to be a close-enough proxy for along the computer vision axis) are far more visually complex than what Doom allows for.

Re: Habitat: A fast 3D simulator for embodied AI research

#6

Not sure why "photorealistic" is such a big selling point here. If we can make robots navigate in DOOM they will probably be able to navigate in Habitat and vice versa. Low on technical detail. What can this do that Gazebo cannot?

More confusion. Looking closer at the actual code, there are actually do ?

From what I understand, this is not a physics engine (at least in its current form). This is a bare metal 3D environment rendering engine particularly optimized for speed; speed being especially important for training deep reinforcement learning agents for instance.

Physics would be a layer above this; I imagine Bullet can be integrated within Habitat, but will come with significant hit on speed. These choices depend quite a bit on the task being studied.