habitat-sim
habitat-sim copied to clipboard
A flexible, high-performance 3D simulator for Embodied AI research.
## Habitat-Sim version v0.1.7 ## How to tranfer the viewpoint IDs in R2R scenes into coordinates? Hi, thanks for your great work. I am currently dealing with R2R environment and...
``` # @package _global_ defaults: - /habitat: habitat_config_base - /habitat/task: objectnav - /habitat/simulator/[email protected]_agent: rgbd_agent - /habitat/dataset/objectnav: hm3d - _self_ habitat: environment: max_episode_steps: 500 simulator: turn_angle: 30 agents: main_agent: sim_sensors: rgb_sensor:...
I have an issue while running the humanoids tutorial. I have already downloaded the hab3_bench_assets using the following command. `python -m habitat_sim.utils.datasets_download --uids hab3_bench_assets --data-path data/` I can see that...
Hi there, in the Home Assistant Benchmark, for each task episode, you sample a ReplicaCAD layout with YCB objects **randomly** placed on feasible placement regions. objects are sampled from the...
## ❓ Questions and Help Hello, I am using the HM3D semantic dataset and loading the semantic.glb file in Habitat-Sim. I want to accurately map each pixel of the semantic...
## Habitat-Sim version v0.2.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...
HI I wanna run gen_gibson_semantics.sh for using Gibson dataset But, I can't find gen_gibson_semantics.sh in code So, Can I get the information about this problem?
I attempted to build from source, and my reproduction steps are as follows: ```bash git clone --branch stable [email protected]:facebookresearch/habitat-sim.git cd habitat-sim conda create -n habitat python=3.9 cmake=3.14.0 conda activate habitat...
## Motivation and Context This PR is Part 2 of the ongoing effort of Sensor refactoring, taking up where [Part 1](https://github.com/facebookresearch/habitat-sim/pull/2502) left off. Specifically, this PR will provide managed pointer...
## Motivation and Context This changeset removes the `matplotlib` dependency from the conda build requirements. This dependency includes many others that are likely to conflict with an environment. ## How...