suolyer commited on
Commit
b7dc23a
·
verified ·
1 Parent(s): 145c709

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -36,13 +36,83 @@ The model is pretrained across more than 20 distinct robot embodiments, processi
36
 
37
 
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ## 🚀 Quick Start
40
 
41
  ### Installation
42
 
43
  ```bash
44
  # Create conda environment
45
- conda create --name wallx python=3.10
46
  conda activate wallx
47
 
48
  # Install base requirements
 
36
 
37
 
38
 
39
+ ## 🤖 Supported Robot Embodiments
40
+
41
+ Wall-OSS-0.5 supports a wide variety of robot embodiments ranging from commercial platforms to open-source benchmarks, each requiring a specific ```norm_key``` configuration.:
42
+
43
+ ### Proprietary / Internal Configurations
44
+ - `ex_normal`
45
+ - `x2_normal`
46
+
47
+ ### Open-Source Benchmarks
48
+ - `norm_keyDobbE`
49
+ - `RH20T`
50
+ - `UMI-biarm`
51
+ - `agibotworld_alpha`
52
+ - `austin_buds`
53
+ - `austin_sirius`
54
+ - `bc_z`
55
+ - `berkeley_autolab_ur5`
56
+ - `berkeley_cable_routing`
57
+ - `berkeley_fanuc_manipulation`
58
+ - `bridge_data_v2`
59
+ - `droid`
60
+ - `fmb`
61
+ - `fractal`
62
+ - `furniture_bench`
63
+ - `galaxea_lerobot_v21`
64
+ - `jaco_play`
65
+ - `nyu_rot`
66
+ - `realomin_umi`
67
+ - `stanford_hydra`
68
+ - `stanford_kuka_multimodal`
69
+ - `taco_play`
70
+ - `utaustin_mutex`
71
+ - `viola`
72
+
73
+ ### RoboChallenge Series
74
+ - `norm_keyrobochallenge_Franka`
75
+ - `robochallenge_UR5`
76
+ - `robochallenge_aloha`
77
+ - `robochallenge_arx5`
78
+
79
+ ### RoboCoin Series
80
+ - `norm_keyrobocoin_aitbot_mmk2`
81
+ - `robocoin_aloha`
82
+ - `robocoin_alpha_bot`
83
+ - `robocoin_cobot`
84
+ - `robocoin_galaxea_r1_lite`
85
+ - `robocoin_leju`
86
+ - `robocoin_realman_rmc`
87
+ - `robocoin_ruantong_a2d`
88
+
89
+ ### RoboMind Series
90
+ - `norm_keyrobomind_agilex_mobile`
91
+ - `robomind_franka`
92
+ - `robomind_simulation`
93
+ - `robomind_tienkung_gello`
94
+ - `robomind_tienkung_xsens`
95
+ - `robomind_ur`
96
+ - `robomind_v2_0_agilex`
97
+ - `robomind_v2_0_agilex_mobile`
98
+ - `robomind_v2_0_ark`
99
+ - `robomind_v2_0_ark_mobile`
100
+ - `robomind_v2_0_franka`
101
+ - `robomind_v2_0_franka_sim`
102
+ - `robomind_v2_0_tianyi`
103
+ - `robomind_v2_0_tianyi_mobile`
104
+ - `robomind_v2_0_tienkung`
105
+ - `robomind_v2_0_tienkung_sim`
106
+ - `robomind_v2_0_ur5`
107
+ - `robomind_v2_0_ur5_dex`
108
+
109
  ## 🚀 Quick Start
110
 
111
  ### Installation
112
 
113
  ```bash
114
  # Create conda environment
115
+ conda create --name wallx python=3.12
116
  conda activate wallx
117
 
118
  # Install base requirements