stonet2000 commited on
Commit
b5f7b70
·
verified ·
1 Parent(s): 5156e24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - robotics
7
+ - reinforcement learning
8
+ - embodied ai
9
+ - computer vision
10
+ - simulation
11
+ size_categories:
12
+ - 1M<n<10M
13
+ task_categories:
14
+ - reinforcement-learning
15
+ - robotics
16
+ viewer: false
17
+ ---
18
+
19
+ # AI2THOR Scene/Object Dataset for ManiSkill
20
+
21
+ This is a modified version of the [Habitat Synthetic Scenes Dataset (HSSD)](https://huggingface.co/datasets/hssd/ai2thor-hab) which is also modified based on the original [AI2THOR](https://github.com/allenai/ai2thor/) scenes and assets
22
+ in order to make it usable by [ManiSkill](https://github.com/haosulab/ManiSkill)
23
+
24
+ Note that currently this dataset has no interactable articulated objects as the original AI2THOR simulator is based on unity and had magic articulation scripts that were not / could not be ported into usable urdfs.
25
+
26
+ Changes to HSSD for repo:
27
+ - Add decomposed collision meshes for a number of objects, although not all are decomposed yet.
28
+
29
+ After installing ManiSkill to download this dataset run
30
+ ```
31
+ python -m mani_skill.utils.download_asset "AI2THOR"
32
+ ```