Lazy-boy193

Results 4 issues of Lazy-boy193

Error executing `sbatch scripts/imagenav-v1-hm3d-ovrl-rn50.sh`, my script file is as follows ``` #!/bin/bash #SBATCH --job-name=zson_v1 #SBATCH --chdir=/share/home/HCI/liuyang/zson #SBATCH --output=log.out #SBATCH --error=log.err #SBATCH --gres=gpu:2 #SBATCH --nodes=2 #SBATCH --cpus-per-task=7 #SBATCH --ntasks-per-node=2 #SBATCH --partition=ubuntu...

Hello, thank you for your work! I encountered some issues with the environment configuration for reproducing the code, and I hope you can help me take a look. How to...

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...

``` (habitat_l) liuyang@Trio3090:~/habitat-lab-v0.3.1/examples$ python example.py 2025-03-24 15:26:37,293 Initializing dataset RearrangeDataset-v0 2025-03-24 15:26:37,293 Rearrange task assets are not downloaded locally, downloading and extracting now... No data-path provided, defaults to: ./data. Use...