habitat-sim
habitat-sim copied to clipboard
A flexible, high-performance 3D simulator for Embodied AI research.
## Habitat-Sim version vx.x.x Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest [release version](https://github.com/facebookresearch/habitat-sim/releases) of Habitat-Sim? Your question...
## Habitat-Sim version v0.3.1 Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest [release version](https://github.com/facebookresearch/habitat-sim/releases) of Habitat-Sim? Your question...
**Description**: I am trying to install `sound-spaces` on an aarch64 machine following the installation instructions from the official GitHub repository: [Installation Guide](https://github.com/facebookresearch/sound-spaces/blob/main/INSTALLATION.md). However, I encountered an issue when attempting to...
Hi, I've want to access the [HM3D Semantics](https://aihabitat.org/datasets/hm3d-semantics/) dataset and make a histogram of object bounding box sizes for each semantic in each model, but I have issues accessing the...
## Habitat-Sim version v0.3.2 (stable) Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest [release version](https://github.com/facebookresearch/habitat-sim/releases) of Habitat-Sim? Your...
## Motivation and Context This PR represents a prototype of converting the default Habitat coordinate system to robotics conventions (Z-up, X-forward). To make this work several systems needed to be...
I have an issue while installing the sim python:3.9 tag:habitat-sim-challenge-2022 home/rj/Desktop/habitat-sim-challenge-2022/setup.py:447: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. assert StrictVersion( /home/rj/Desktop/habitat-sim-challenge-2022/setup.py:449: DeprecationWarning: distutils Version classes are deprecated. Use...
When I use the NVIVIA 6000, I met the issue when the habitat is initialized: GL::Context: cannot retrieve OpenGL version: GL::Renderer::Error::InvalidValue Aborted (core dumped) What should I do to solve...
Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest [release version](https://github.com/facebookresearch/habitat-sim/releases) of Habitat-Sim? Your question may already be addressed...
## Motivation and Context Refactors the simulator.py API to: - remove Observation return from step and reset. These are "environemt" API decisions. In general, stepping and resetting the world would...