Skip to content

Commit 486af58

Browse files
committed
[internutopia] Fix dataset link
1 parent 33db531 commit 486af58

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/en/user_guide/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ User Guide
22
=====
33

44
.. toctree::
5-
:maxdepth: 4
5+
:maxdepth: 3
66

77
internutopia/index
88

99
.. toctree::
10-
:maxdepth: 4
10+
:maxdepth: 3
1111

1212
internperception/index
1313

1414
.. toctree::
15-
:maxdepth: 4
15+
:maxdepth: 3
1616

1717
internnav/index
1818

1919
.. toctree::
20-
:maxdepth: 4
20+
:maxdepth: 3
2121

2222
internhumanoid/index
2323

2424
.. toctree::
25-
:maxdepth: 4
25+
:maxdepth: 3
2626

2727
internmanip/index
2828

2929
.. toctree::
30-
:maxdepth: 4
30+
:maxdepth: 3
3131

3232
internworldmodel/index

source/en/user_guide/internutopia/get_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Then you can one of the following methods to get the assets:
137137

138138
> **NOTE**: If InternUtopia is installed with Docker, We recommend downloading the assets to a location under `/isaac-sim/InternUtopia/` in container (which is mounted from a host path) so that it can be retained across container recreations.
139139
140-
- Download the assets manually from [HuggingFace](https://huggingface.co/datasets/InternRobotics/GRScenes)/[ModelScope](https://www.modelscope.cn/datasets/Shanghai_AI_Laboratory/GRScenes/summary)/[OpenDataLab](https://openxlab.org.cn/datasets/InternRobotics/GRScenes), and then use the following command to tell InternUtopia where the assets locate if you are meant to use it with InternUtopia:
140+
- Download the assets manually from [HuggingFace](https://huggingface.co/datasets/OpenRobotLab/GRScenes)/[ModelScope](https://www.modelscope.cn/datasets/Shanghai_AI_Laboratory/GRScenes/summary)/[OpenDataLab](https://openxlab.org.cn/datasets/OpenRobotLab/GRScenes), and then use the following command to tell InternUtopia where the assets locate if you are meant to use it with InternUtopia:
141141

142142
```shell
143143
$ python -m internutopia.set_assets_path

0 commit comments

Comments
 (0)