lm
commited on
Commit
·
32e1fd2
0
Parent(s):
Initial commit
Browse files- .gitattributes +35 -0
- LICENSE +61 -0
- README.md +15 -0
- config.json +63 -0
- experiment_cfg/metadata.json +909 -0
- model.safetensors +3 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
NVIDIA License
|
2 |
+
1. Definitions
|
3 |
+
“Licensor” means any person or entity that distributes its Work.
|
4 |
+
“Work” means (a) the original work of authorship made available under this license,
|
5 |
+
which may include software, documentation, or other files, and (b) any additions to or
|
6 |
+
derivative works thereof that are made available under this license.
|
7 |
+
The terms “reproduce,” “reproduction,” “derivative works,” and “distribution” have the
|
8 |
+
meaning as provided under U.S. copyright law; provided, however, that for the purposes
|
9 |
+
of this license, derivative works shall not include works that remain separable from, or
|
10 |
+
merely link (or bind by name) to the interfaces of, the Work.
|
11 |
+
Works are “made available” under this license by including in or with the Work either (a)
|
12 |
+
a copyright notice referencing the applicability of this license to the Work, or (b) a copy
|
13 |
+
of this license.
|
14 |
+
2. License Grant
|
15 |
+
2.1 Copyright Grant. Subject to the terms and conditions of this license, each
|
16 |
+
Licensor grants to you a perpetual, worldwide, non-exclusive, royalty-free,
|
17 |
+
copyright license to use, reproduce, prepare derivative works of, publicly display,
|
18 |
+
publicly perform, sublicense and distribute its Work and any resulting derivative
|
19 |
+
works in any form.
|
20 |
+
3. Limitations
|
21 |
+
3.1 Redistribution. You may reproduce or distribute the Work only if (a) you do so
|
22 |
+
under this license, (b) you include a complete copy of this license with your
|
23 |
+
distribution, and (c) you retain without modification any copyright, patent,
|
24 |
+
trademark, or attribution notices that are present in the Work.
|
25 |
+
3.2 Derivative Works. You may specify that additional or different terms apply to
|
26 |
+
the use, reproduction, and distribution of your derivative works of the Work (“Your
|
27 |
+
Terms”) only if (a) Your Terms provide that the use limitation in Section 3.3
|
28 |
+
applies to your derivative works, and (b) you identify the specific derivative works
|
29 |
+
that are subject to Your Terms. Notwithstanding Your Terms, this license (including
|
30 |
+
the redistribution requirements in Section 3.1) will continue to apply to the Work
|
31 |
+
itself.
|
32 |
+
3.3 Use Limitation. The Work and any derivative works thereof only may be used
|
33 |
+
or intended for use non-commercially. Notwithstanding the foregoing, NVIDIA
|
34 |
+
Corporation and its affiliates may use the Work and any derivative works
|
35 |
+
commercially. As used herein, “non-commercially” means for research or
|
36 |
+
evaluation purposes only.
|
37 |
+
3.4 Patent Claims. If you bring or threaten to bring a patent claim against any
|
38 |
+
Licensor (including any claim, cross-claim or counterclaim in a lawsuit) to enforce
|
39 |
+
any patents that you allege are infringed by any Work, then your rights under this
|
40 |
+
license from such Licensor (including the grant in Section 2.1) will terminate
|
41 |
+
immediately.
|
42 |
+
3.5 Trademarks. This license does not grant any rights to use any Licensor’s or its
|
43 |
+
affiliates’ names, logos, or trademarks, except as necessary to reproduce the
|
44 |
+
notices described in this license.
|
45 |
+
3.6 Termination. If you violate any term of this license, then your rights under this
|
46 |
+
license (including the grant in Section 2.1) will terminate immediately.
|
47 |
+
4. Disclaimer of Warranty.
|
48 |
+
THE WORK IS PROVIDED “AS IS” WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
49 |
+
EITHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OR CONDITIONS OF
|
50 |
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-
|
51 |
+
INFRINGEMENT. YOU BEAR THE RISK OF UNDERTAKING ANY ACTIVITIES UNDER THIS
|
52 |
+
LICENSE.
|
53 |
+
5. Limitation of Liability.
|
54 |
+
EXCEPT AS PROHIBITED BY APPLICABLE LAW, IN NO EVENT AND UNDER NO LEGAL
|
55 |
+
THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE
|
56 |
+
SHALL ANY LICENSOR BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
|
57 |
+
INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR
|
58 |
+
RELATED TO THIS LICENSE, THE USE OR INABILITY TO USE THE WORK (INCLUDING BUT
|
59 |
+
NOT LIMITED TO LOSS OF GOODWILL, BUSINESS INTERRUPTION, LOST PROFITS OR
|
60 |
+
DATA, COMPUTER FAILURE OR MALFUNCTION, OR ANY OTHER DAMAGES OR LOSSES),
|
61 |
+
EVEN IF THE LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- nvidia/PhysicalAI-Robotics-GR00T-X-Embodiment-Sim
|
4 |
+
tags:
|
5 |
+
- robotics
|
6 |
+
---
|
7 |
+
|
8 |
+
# GR00T-N1-2B
|
9 |
+
|
10 |
+
|
11 |
+

|
12 |
+
|
13 |
+
Github page: https://github.com/NVIDIA/Isaac-GR00T/
|
14 |
+
|
15 |
+
NVIDIA Isaac GR00T N1 is the world's first open foundation model for generalized humanoid robot reasoning and skills.
|
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"action_dim": 32,
|
3 |
+
"action_head_cfg": {
|
4 |
+
"action_dim": 32,
|
5 |
+
"action_horizon": 16,
|
6 |
+
"add_pos_embed": true,
|
7 |
+
"diffusion_model_cfg": {
|
8 |
+
"attention_head_dim": 48,
|
9 |
+
"dropout": 0.2,
|
10 |
+
"final_dropout": true,
|
11 |
+
"interleave_self_attention": true,
|
12 |
+
"norm_type": "ada_norm",
|
13 |
+
"num_attention_heads": 32,
|
14 |
+
"num_layers": 16,
|
15 |
+
"output_dim": 1024,
|
16 |
+
"positional_embeddings": null
|
17 |
+
},
|
18 |
+
"freeze_decode_layer": false,
|
19 |
+
"hidden_size": 1024,
|
20 |
+
"input_embedding_dim": 1536,
|
21 |
+
"load_pretrained_det_decode_layer_path": null,
|
22 |
+
"max_action_dim": 32,
|
23 |
+
"max_state_dim": 64,
|
24 |
+
"model_dtype": "float32",
|
25 |
+
"noise_beta_alpha": 1.5,
|
26 |
+
"noise_beta_beta": 1.0,
|
27 |
+
"noise_s": 0.999,
|
28 |
+
"num_inference_timesteps": 16,
|
29 |
+
"num_timestep_buckets": 1000,
|
30 |
+
"tune_diffusion_model": true,
|
31 |
+
"tune_projector": true
|
32 |
+
},
|
33 |
+
"action_horizon": 16,
|
34 |
+
"architectures": [
|
35 |
+
"GR00T_N1"
|
36 |
+
],
|
37 |
+
"attn_implementation": null,
|
38 |
+
"backbone_cfg": {
|
39 |
+
"allow_reshape_visual": true,
|
40 |
+
"load_pretrained_det_eagle_path": null,
|
41 |
+
"model_name": "$GR00T_BACKBONE_PATH/eagle2_hg_model",
|
42 |
+
"processor_cfg": {
|
43 |
+
"max_input_tiles": 1,
|
44 |
+
"model_path": "$GR00T_BACKBONE_PATH/eagle2_hg_model",
|
45 |
+
"model_spec": {
|
46 |
+
"num_image_token": 64,
|
47 |
+
"template": "qwen2-chat"
|
48 |
+
}
|
49 |
+
},
|
50 |
+
"projector_dim": 2048,
|
51 |
+
"remove_llm": false,
|
52 |
+
"reproject_vision": false,
|
53 |
+
"scale_image_resolution": 1,
|
54 |
+
"select_layer": 12,
|
55 |
+
"tune_llm": false,
|
56 |
+
"tune_visual": true
|
57 |
+
},
|
58 |
+
"hidden_size": 1536,
|
59 |
+
"model_dtype": "float32",
|
60 |
+
"model_type": "gr00t_n1",
|
61 |
+
"torch_dtype": "bfloat16",
|
62 |
+
"transformers_version": "4.45.2"
|
63 |
+
}
|
experiment_cfg/metadata.json
ADDED
@@ -0,0 +1,909 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"gr1": {
|
3 |
+
"statistics": {
|
4 |
+
"state": {
|
5 |
+
"left_arm": {
|
6 |
+
"max": [
|
7 |
+
1.3570959568023682,
|
8 |
+
1.5781080722808838,
|
9 |
+
1.7425614595413208,
|
10 |
+
0.04977008327841759,
|
11 |
+
2.521491289138794,
|
12 |
+
1.5104753971099854,
|
13 |
+
1.3451268672943115
|
14 |
+
],
|
15 |
+
"min": [
|
16 |
+
-1.7593636512756348,
|
17 |
+
-0.08899051696062088,
|
18 |
+
-1.6571800708770752,
|
19 |
+
-2.516343355178833,
|
20 |
+
-2.307133436203003,
|
21 |
+
-1.4132264852523804,
|
22 |
+
-1.4408576488494873
|
23 |
+
],
|
24 |
+
"mean": [
|
25 |
+
-0.17219541966915128,
|
26 |
+
0.1832978874444961,
|
27 |
+
-0.1360361576080321,
|
28 |
+
-1.080731391906738,
|
29 |
+
0.14450088143348694,
|
30 |
+
0.1319544017314911,
|
31 |
+
-0.08306947350502007
|
32 |
+
],
|
33 |
+
"std": [
|
34 |
+
0.406821459531784,
|
35 |
+
0.18259239196777335,
|
36 |
+
0.25132784247398376,
|
37 |
+
0.5786943435668945,
|
38 |
+
0.33050763607025135,
|
39 |
+
0.28609949350357056,
|
40 |
+
0.3013432323932649
|
41 |
+
],
|
42 |
+
"q01": [
|
43 |
+
-1.6011584222316735,
|
44 |
+
-0.0004831812286283818,
|
45 |
+
-0.9488833963871002,
|
46 |
+
-2.4362342357635502,
|
47 |
+
-0.940359205007553,
|
48 |
+
-0.6489510446786884,
|
49 |
+
-0.9641011685132981
|
50 |
+
],
|
51 |
+
"q99": [
|
52 |
+
0.6305126994848267,
|
53 |
+
0.7966297268867496,
|
54 |
+
0.38731662184000043,
|
55 |
+
-0.07399308793246721,
|
56 |
+
1.0455405175685892,
|
57 |
+
0.8574009954929355,
|
58 |
+
0.4838866069912915
|
59 |
+
]
|
60 |
+
},
|
61 |
+
"left_hand": {
|
62 |
+
"max": [
|
63 |
+
2.8765757083892822,
|
64 |
+
2.6975045204162598,
|
65 |
+
3.3291828632354736,
|
66 |
+
2.7148845195770264,
|
67 |
+
3.664421558380127,
|
68 |
+
3.5466625690460205
|
69 |
+
],
|
70 |
+
"min": [
|
71 |
+
-3.262805700302124,
|
72 |
+
-2.7771592140197754,
|
73 |
+
-3.4712820053100586,
|
74 |
+
-2.7828404903411865,
|
75 |
+
-2.197380781173706,
|
76 |
+
-2.636387825012207
|
77 |
+
],
|
78 |
+
"mean": [
|
79 |
+
0.21940384805202487,
|
80 |
+
0.2181925624608993,
|
81 |
+
0.20426052808761597,
|
82 |
+
0.22833923995494845,
|
83 |
+
0.06841608136892317,
|
84 |
+
0.9091449975967407
|
85 |
+
],
|
86 |
+
"std": [
|
87 |
+
0.4278457462787627,
|
88 |
+
0.4130409955978393,
|
89 |
+
0.3710329830646515,
|
90 |
+
0.42297253012657154,
|
91 |
+
0.18603332340717313,
|
92 |
+
0.7297042012214662
|
93 |
+
],
|
94 |
+
"q01": [
|
95 |
+
-0.17130047902464865,
|
96 |
+
-0.0025680272374302153,
|
97 |
+
-0.002998544566798956,
|
98 |
+
-0.0024907408631406735,
|
99 |
+
-0.1489467576146126,
|
100 |
+
-0.00027310136792948477
|
101 |
+
],
|
102 |
+
"q99": [
|
103 |
+
1.501482486724853,
|
104 |
+
1.5016536712646489,
|
105 |
+
1.4043268024921445,
|
106 |
+
1.5127789616584786,
|
107 |
+
0.7817099303007137,
|
108 |
+
1.8726690649986275
|
109 |
+
]
|
110 |
+
},
|
111 |
+
"left_leg": {
|
112 |
+
"max": [
|
113 |
+
0.0,
|
114 |
+
0.0,
|
115 |
+
0.0,
|
116 |
+
0.0,
|
117 |
+
5.186659473110922e-05,
|
118 |
+
0.0
|
119 |
+
],
|
120 |
+
"min": [
|
121 |
+
0.0,
|
122 |
+
0.0,
|
123 |
+
0.0,
|
124 |
+
0.0,
|
125 |
+
-2.446335656713927e-06,
|
126 |
+
-1.6033794963732362e-05
|
127 |
+
],
|
128 |
+
"mean": [
|
129 |
+
0.0,
|
130 |
+
0.0,
|
131 |
+
0.0,
|
132 |
+
0.0,
|
133 |
+
7.68979953136295e-06,
|
134 |
+
-2.6351963242632354e-06
|
135 |
+
],
|
136 |
+
"std": [
|
137 |
+
0.0,
|
138 |
+
0.0,
|
139 |
+
0.0,
|
140 |
+
0.0,
|
141 |
+
1.7361962818540633e-05,
|
142 |
+
5.299682925397062e-06
|
143 |
+
],
|
144 |
+
"q01": [
|
145 |
+
0.0,
|
146 |
+
0.0,
|
147 |
+
0.0,
|
148 |
+
0.0,
|
149 |
+
-2.4463356567139276e-06,
|
150 |
+
-1.6033794963732372e-05
|
151 |
+
],
|
152 |
+
"q99": [
|
153 |
+
0.0,
|
154 |
+
0.0,
|
155 |
+
0.0,
|
156 |
+
0.0,
|
157 |
+
5.186659473110925e-05,
|
158 |
+
0.0
|
159 |
+
]
|
160 |
+
},
|
161 |
+
"neck": {
|
162 |
+
"max": [
|
163 |
+
0.01535311620682478,
|
164 |
+
0.05556071177124977,
|
165 |
+
0.008969387039542198
|
166 |
+
],
|
167 |
+
"min": [
|
168 |
+
-0.23586410284042358,
|
169 |
+
-0.03865945711731911,
|
170 |
+
-0.06754876673221588
|
171 |
+
],
|
172 |
+
"mean": [
|
173 |
+
-0.0008622645400464532,
|
174 |
+
5.395126208895819e-05,
|
175 |
+
-0.00013521323853638015
|
176 |
+
],
|
177 |
+
"std": [
|
178 |
+
0.01196372415870428,
|
179 |
+
0.0034790514037013054,
|
180 |
+
0.0031053286511450997
|
181 |
+
],
|
182 |
+
"q01": [
|
183 |
+
-0.00492388429120183,
|
184 |
+
-0.0027977502904832354,
|
185 |
+
0.0
|
186 |
+
],
|
187 |
+
"q99": [
|
188 |
+
2.992488589370624e-06,
|
189 |
+
0.0002969176275655628,
|
190 |
+
0.0
|
191 |
+
]
|
192 |
+
},
|
193 |
+
"right_arm": {
|
194 |
+
"max": [
|
195 |
+
1.7399436235427856,
|
196 |
+
0.07876992970705032,
|
197 |
+
2.5426626205444336,
|
198 |
+
0.048908114433288574,
|
199 |
+
3.000918388366699,
|
200 |
+
1.4513440132141113,
|
201 |
+
1.5000383853912354
|
202 |
+
],
|
203 |
+
"min": [
|
204 |
+
-2.2743337154388428,
|
205 |
+
-2.999122142791748,
|
206 |
+
-1.7424250841140747,
|
207 |
+
-2.536545753479004,
|
208 |
+
-2.6034910678863525,
|
209 |
+
-1.5032434463500977,
|
210 |
+
-1.4913568496704102
|
211 |
+
],
|
212 |
+
"mean": [
|
213 |
+
-0.15902779996395114,
|
214 |
+
-0.25117731094360335,
|
215 |
+
0.08599518239498138,
|
216 |
+
-1.1420482397079461,
|
217 |
+
0.21259814500808713,
|
218 |
+
0.042376715689897544,
|
219 |
+
0.03427042067050935
|
220 |
+
],
|
221 |
+
"std": [
|
222 |
+
0.5631562471389769,
|
223 |
+
0.2445060312747957,
|
224 |
+
0.32825493812561035,
|
225 |
+
0.7310536503791818,
|
226 |
+
0.481391489505768,
|
227 |
+
0.3561192154884338,
|
228 |
+
0.5090531110763549
|
229 |
+
],
|
230 |
+
"q01": [
|
231 |
+
-1.423364037275314,
|
232 |
+
-1.0436977982521054,
|
233 |
+
-0.7169023394584653,
|
234 |
+
-2.493609428405762,
|
235 |
+
-0.7377233326435089,
|
236 |
+
-0.8036172896623616,
|
237 |
+
-0.9991738587617875
|
238 |
+
],
|
239 |
+
"q99": [
|
240 |
+
1.1677674055099496,
|
241 |
+
0.0006303858070168664,
|
242 |
+
0.8771779745817194,
|
243 |
+
-0.05821095444262022,
|
244 |
+
1.4707317113876357,
|
245 |
+
0.8474899172782923,
|
246 |
+
1.2271583080291755
|
247 |
+
]
|
248 |
+
},
|
249 |
+
"right_hand": {
|
250 |
+
"max": [
|
251 |
+
2.397510290145874,
|
252 |
+
2.4422738552093506,
|
253 |
+
3.0158462524414062,
|
254 |
+
2.457378625869751,
|
255 |
+
1.4605257511138916,
|
256 |
+
2.168534278869629
|
257 |
+
],
|
258 |
+
"min": [
|
259 |
+
-1.7595213651657104,
|
260 |
+
-1.8982670307159424,
|
261 |
+
-1.8622381687164307,
|
262 |
+
-1.8314869403839111,
|
263 |
+
-1.0045679807662964,
|
264 |
+
-0.31411829590797424
|
265 |
+
],
|
266 |
+
"mean": [
|
267 |
+
0.3499335348606109,
|
268 |
+
0.34128552675247203,
|
269 |
+
0.3271332383155824,
|
270 |
+
0.35757669806480386,
|
271 |
+
0.09723818302154542,
|
272 |
+
1.0641368627548218
|
273 |
+
],
|
274 |
+
"std": [
|
275 |
+
0.49147421121597296,
|
276 |
+
0.4654525816440581,
|
277 |
+
0.4451630115509029,
|
278 |
+
0.486626982688904,
|
279 |
+
0.18149460852146138,
|
280 |
+
0.5735033154487607
|
281 |
+
],
|
282 |
+
"q01": [
|
283 |
+
-0.004218762856908146,
|
284 |
+
-0.004575904295779765,
|
285 |
+
-0.005576773989014326,
|
286 |
+
-0.004707079078070818,
|
287 |
+
-0.18967307358980173,
|
288 |
+
0.032000873237848296
|
289 |
+
],
|
290 |
+
"q99": [
|
291 |
+
1.4994217157363883,
|
292 |
+
1.5029035806655875,
|
293 |
+
1.6614551365375518,
|
294 |
+
1.5188306391239172,
|
295 |
+
0.6953653633594522,
|
296 |
+
1.8182492077350618
|
297 |
+
]
|
298 |
+
},
|
299 |
+
"right_leg": {
|
300 |
+
"max": [
|
301 |
+
0.0,
|
302 |
+
0.0,
|
303 |
+
0.0,
|
304 |
+
0.0,
|
305 |
+
5.369959126255708e-06,
|
306 |
+
0.0
|
307 |
+
],
|
308 |
+
"min": [
|
309 |
+
0.0,
|
310 |
+
0.0,
|
311 |
+
0.0,
|
312 |
+
0.0,
|
313 |
+
-2.446335656713927e-06,
|
314 |
+
-5.166131450096145e-05
|
315 |
+
],
|
316 |
+
"mean": [
|
317 |
+
0.0,
|
318 |
+
0.0,
|
319 |
+
0.0,
|
320 |
+
0.0,
|
321 |
+
8.152188684107385e-07,
|
322 |
+
-7.940252544358371e-06
|
323 |
+
],
|
324 |
+
"std": [
|
325 |
+
0.0,
|
326 |
+
0.0,
|
327 |
+
0.0,
|
328 |
+
0.0,
|
329 |
+
1.92081461136695e-06,
|
330 |
+
1.736196281854063e-05
|
331 |
+
],
|
332 |
+
"q01": [
|
333 |
+
0.0,
|
334 |
+
0.0,
|
335 |
+
0.0,
|
336 |
+
0.0,
|
337 |
+
-2.4463356567139276e-06,
|
338 |
+
-5.166131450096145e-05
|
339 |
+
],
|
340 |
+
"q99": [
|
341 |
+
0.0,
|
342 |
+
0.0,
|
343 |
+
0.0,
|
344 |
+
0.0,
|
345 |
+
5.369959126255705e-06,
|
346 |
+
0.0
|
347 |
+
]
|
348 |
+
},
|
349 |
+
"waist": {
|
350 |
+
"max": [
|
351 |
+
1.0323854684829712,
|
352 |
+
0.7102982997894287,
|
353 |
+
0.43762317299842834
|
354 |
+
],
|
355 |
+
"min": [
|
356 |
+
-0.8131351470947266,
|
357 |
+
-0.4901888370513916,
|
358 |
+
-0.7304351925849915
|
359 |
+
],
|
360 |
+
"mean": [
|
361 |
+
0.014510802924633024,
|
362 |
+
0.014398206025362008,
|
363 |
+
-0.0002024118293775245
|
364 |
+
],
|
365 |
+
"std": [
|
366 |
+
0.12270263582468033,
|
367 |
+
0.032448362559080124,
|
368 |
+
0.007282953243702651
|
369 |
+
],
|
370 |
+
"q01": [
|
371 |
+
-0.3365072563290596,
|
372 |
+
-0.029049871116876614,
|
373 |
+
-0.02606033049523831
|
374 |
+
],
|
375 |
+
"q99": [
|
376 |
+
0.4866365864872935,
|
377 |
+
0.126121933013201,
|
378 |
+
0.022280203178524974
|
379 |
+
]
|
380 |
+
}
|
381 |
+
},
|
382 |
+
"action": {
|
383 |
+
"left_arm": {
|
384 |
+
"max": [
|
385 |
+
1.4113223552703857,
|
386 |
+
1.8901419639587402,
|
387 |
+
1.7754145860671997,
|
388 |
+
7.309383363462985e-05,
|
389 |
+
2.563594102859497,
|
390 |
+
1.5000243186950684,
|
391 |
+
1.4908421039581299
|
392 |
+
],
|
393 |
+
"min": [
|
394 |
+
-2.291214942932129,
|
395 |
+
-0.001746351015754044,
|
396 |
+
-2.4999990463256836,
|
397 |
+
-2.814260482788086,
|
398 |
+
-2.3611011505126953,
|
399 |
+
-1.4937989711761475,
|
400 |
+
-1.4969758987426758
|
401 |
+
],
|
402 |
+
"mean": [
|
403 |
+
-0.17771673202514654,
|
404 |
+
0.18351773917675016,
|
405 |
+
-0.1372099369764329,
|
406 |
+
-1.08426582813263,
|
407 |
+
0.1467594504356384,
|
408 |
+
0.12921456992626185,
|
409 |
+
-0.09504522383213039
|
410 |
+
],
|
411 |
+
"std": [
|
412 |
+
0.41744875907897944,
|
413 |
+
0.18478454649448392,
|
414 |
+
0.2568791806697846,
|
415 |
+
0.5807053446769688,
|
416 |
+
0.33657354116439825,
|
417 |
+
0.29842707514762873,
|
418 |
+
0.3153652846813202
|
419 |
+
],
|
420 |
+
"q01": [
|
421 |
+
-1.6055770933628082,
|
422 |
+
-7.429541994952151e-07,
|
423 |
+
-0.9837155520915986,
|
424 |
+
-2.4800295114517206,
|
425 |
+
-0.9457575023174288,
|
426 |
+
-0.7192997813224796,
|
427 |
+
-1.0083230376243595
|
428 |
+
],
|
429 |
+
"q99": [
|
430 |
+
0.6335921049118054,
|
431 |
+
0.8018405169248584,
|
432 |
+
0.39303458780050343,
|
433 |
+
-0.06366106234490872,
|
434 |
+
1.0508334636688232,
|
435 |
+
0.8918659299612056,
|
436 |
+
0.5138001590967184
|
437 |
+
]
|
438 |
+
},
|
439 |
+
"left_hand": {
|
440 |
+
"max": [
|
441 |
+
1.5707963705062866,
|
442 |
+
1.646651268005371,
|
443 |
+
1.709236979484558,
|
444 |
+
2.0620639324188232,
|
445 |
+
3.0,
|
446 |
+
3.0
|
447 |
+
],
|
448 |
+
"min": [
|
449 |
+
-1.9597030878067017,
|
450 |
+
-1.8635213375091553,
|
451 |
+
-1.9709523916244507,
|
452 |
+
-1.5,
|
453 |
+
-3.0,
|
454 |
+
0.0
|
455 |
+
],
|
456 |
+
"mean": [
|
457 |
+
-0.22721463441848755,
|
458 |
+
-0.21956320106983188,
|
459 |
+
-0.21444970369338992,
|
460 |
+
-0.21446840465068806,
|
461 |
+
-0.4863164126873015,
|
462 |
+
1.6838233470916741
|
463 |
+
],
|
464 |
+
"std": [
|
465 |
+
1.005089163780212,
|
466 |
+
1.0124161243438716,
|
467 |
+
1.0138051509857178,
|
468 |
+
1.0200439691543577,
|
469 |
+
2.066762685775757,
|
470 |
+
1.4588384628295894
|
471 |
+
],
|
472 |
+
"q01": [
|
473 |
+
-1.4999999999999996,
|
474 |
+
-1.4999999999999996,
|
475 |
+
-1.4999999999999996,
|
476 |
+
-1.4999999999999996,
|
477 |
+
-2.999999999999999,
|
478 |
+
0.0
|
479 |
+
],
|
480 |
+
"q99": [
|
481 |
+
1.4999999999999996,
|
482 |
+
1.4999999999999996,
|
483 |
+
1.4999999999999996,
|
484 |
+
1.4999999999999996,
|
485 |
+
2.999999999999999,
|
486 |
+
2.999999999999999
|
487 |
+
]
|
488 |
+
},
|
489 |
+
"left_leg": {
|
490 |
+
"max": [
|
491 |
+
0.0,
|
492 |
+
0.0,
|
493 |
+
0.0,
|
494 |
+
0.0,
|
495 |
+
0.0,
|
496 |
+
0.0
|
497 |
+
],
|
498 |
+
"min": [
|
499 |
+
0.0,
|
500 |
+
0.0,
|
501 |
+
0.0,
|
502 |
+
0.0,
|
503 |
+
0.0,
|
504 |
+
0.0
|
505 |
+
],
|
506 |
+
"mean": [
|
507 |
+
0.0,
|
508 |
+
0.0,
|
509 |
+
0.0,
|
510 |
+
0.0,
|
511 |
+
0.0,
|
512 |
+
0.0
|
513 |
+
],
|
514 |
+
"std": [
|
515 |
+
0.0,
|
516 |
+
0.0,
|
517 |
+
0.0,
|
518 |
+
0.0,
|
519 |
+
0.0,
|
520 |
+
0.0
|
521 |
+
],
|
522 |
+
"q01": [
|
523 |
+
0.0,
|
524 |
+
0.0,
|
525 |
+
0.0,
|
526 |
+
0.0,
|
527 |
+
0.0,
|
528 |
+
0.0
|
529 |
+
],
|
530 |
+
"q99": [
|
531 |
+
0.0,
|
532 |
+
0.0,
|
533 |
+
0.0,
|
534 |
+
0.0,
|
535 |
+
0.0,
|
536 |
+
0.0
|
537 |
+
]
|
538 |
+
},
|
539 |
+
"neck": {
|
540 |
+
"max": [
|
541 |
+
0.0,
|
542 |
+
0.0,
|
543 |
+
0.0
|
544 |
+
],
|
545 |
+
"min": [
|
546 |
+
0.0,
|
547 |
+
0.0,
|
548 |
+
0.0
|
549 |
+
],
|
550 |
+
"mean": [
|
551 |
+
0.0,
|
552 |
+
0.0,
|
553 |
+
0.0
|
554 |
+
],
|
555 |
+
"std": [
|
556 |
+
0.0,
|
557 |
+
0.0,
|
558 |
+
0.0
|
559 |
+
],
|
560 |
+
"q01": [
|
561 |
+
0.0,
|
562 |
+
0.0,
|
563 |
+
0.0
|
564 |
+
],
|
565 |
+
"q99": [
|
566 |
+
0.0,
|
567 |
+
0.0,
|
568 |
+
0.0
|
569 |
+
]
|
570 |
+
},
|
571 |
+
"right_arm": {
|
572 |
+
"max": [
|
573 |
+
1.7834906578063965,
|
574 |
+
0.0002448999439366162,
|
575 |
+
2.549729585647583,
|
576 |
+
7.45560391806066e-05,
|
577 |
+
3.0000460147857666,
|
578 |
+
1.4975632429122925,
|
579 |
+
1.4998434782028198
|
580 |
+
],
|
581 |
+
"min": [
|
582 |
+
-2.318650960922241,
|
583 |
+
-2.9999561309814453,
|
584 |
+
-1.9257696866989136,
|
585 |
+
-2.8759055137634277,
|
586 |
+
-2.620600461959839,
|
587 |
+
-1.5001521110534668,
|
588 |
+
-1.4994292259216309
|
589 |
+
],
|
590 |
+
"mean": [
|
591 |
+
-0.16953834891319278,
|
592 |
+
-0.2535267770290374,
|
593 |
+
0.0822160020470619,
|
594 |
+
-1.1492931842803953,
|
595 |
+
0.21761417388916013,
|
596 |
+
0.043109957128763185,
|
597 |
+
0.04133718833327294
|
598 |
+
],
|
599 |
+
"std": [
|
600 |
+
0.5752111673355101,
|
601 |
+
0.25846862792968756,
|
602 |
+
0.34115546941757197,
|
603 |
+
0.7394758462905889,
|
604 |
+
0.48707106709480297,
|
605 |
+
0.37211996316909773,
|
606 |
+
0.5423213839530944
|
607 |
+
],
|
608 |
+
"q01": [
|
609 |
+
-1.4375487387180326,
|
610 |
+
-1.068201041221619,
|
611 |
+
-0.7535711079835893,
|
612 |
+
-2.6383612155914298,
|
613 |
+
-0.7471688866615297,
|
614 |
+
-0.860420063138008,
|
615 |
+
-1.0900398135185239
|
616 |
+
],
|
617 |
+
"q99": [
|
618 |
+
1.175396883487702,
|
619 |
+
-9.999999974752431e-07,
|
620 |
+
0.8976036489009872,
|
621 |
+
-0.057952182367443886,
|
622 |
+
1.487646323442459,
|
623 |
+
0.8774339169263851,
|
624 |
+
1.4641386926174167
|
625 |
+
]
|
626 |
+
},
|
627 |
+
"right_hand": {
|
628 |
+
"max": [
|
629 |
+
1.5707963705062866,
|
630 |
+
1.7183797359466553,
|
631 |
+
3.979951858520508,
|
632 |
+
3.9879753589630127,
|
633 |
+
3.0,
|
634 |
+
3.0
|
635 |
+
],
|
636 |
+
"min": [
|
637 |
+
-1.5,
|
638 |
+
-1.5,
|
639 |
+
-1.5,
|
640 |
+
-1.5,
|
641 |
+
-3.0,
|
642 |
+
4.470348358154297e-08
|
643 |
+
],
|
644 |
+
"mean": [
|
645 |
+
-0.5435706377029417,
|
646 |
+
-0.5304322242736821,
|
647 |
+
-0.51790988445282,
|
648 |
+
-0.49685287475585926,
|
649 |
+
-1.134377002716064,
|
650 |
+
2.1282095909118657
|
651 |
+
],
|
652 |
+
"std": [
|
653 |
+
1.1248024702072146,
|
654 |
+
1.139207601547241,
|
655 |
+
1.1426663398742676,
|
656 |
+
1.3018625974655154,
|
657 |
+
2.199875354766846,
|
658 |
+
0.9186902642250057
|
659 |
+
],
|
660 |
+
"q01": [
|
661 |
+
-1.4999999999999996,
|
662 |
+
-1.4999999999999996,
|
663 |
+
-1.4999999999999996,
|
664 |
+
-1.4999999999999996,
|
665 |
+
-2.999999999999999,
|
666 |
+
0.04336242545396089
|
667 |
+
],
|
668 |
+
"q99": [
|
669 |
+
1.4999999999999996,
|
670 |
+
1.4999999999999996,
|
671 |
+
1.4999999999999996,
|
672 |
+
1.4999999999999996,
|
673 |
+
2.999999999999999,
|
674 |
+
2.999999999999999
|
675 |
+
]
|
676 |
+
},
|
677 |
+
"right_leg": {
|
678 |
+
"max": [
|
679 |
+
0.0,
|
680 |
+
0.0,
|
681 |
+
0.0,
|
682 |
+
0.0,
|
683 |
+
0.0,
|
684 |
+
0.0
|
685 |
+
],
|
686 |
+
"min": [
|
687 |
+
0.0,
|
688 |
+
0.0,
|
689 |
+
0.0,
|
690 |
+
0.0,
|
691 |
+
0.0,
|
692 |
+
0.0
|
693 |
+
],
|
694 |
+
"mean": [
|
695 |
+
0.0,
|
696 |
+
0.0,
|
697 |
+
0.0,
|
698 |
+
0.0,
|
699 |
+
0.0,
|
700 |
+
0.0
|
701 |
+
],
|
702 |
+
"std": [
|
703 |
+
0.0,
|
704 |
+
0.0,
|
705 |
+
0.0,
|
706 |
+
0.0,
|
707 |
+
0.0,
|
708 |
+
0.0
|
709 |
+
],
|
710 |
+
"q01": [
|
711 |
+
0.0,
|
712 |
+
0.0,
|
713 |
+
0.0,
|
714 |
+
0.0,
|
715 |
+
0.0,
|
716 |
+
0.0
|
717 |
+
],
|
718 |
+
"q99": [
|
719 |
+
0.0,
|
720 |
+
0.0,
|
721 |
+
0.0,
|
722 |
+
0.0,
|
723 |
+
0.0,
|
724 |
+
0.0
|
725 |
+
]
|
726 |
+
},
|
727 |
+
"waist": {
|
728 |
+
"max": [
|
729 |
+
1.049119234085083,
|
730 |
+
0.6198405623435974,
|
731 |
+
0.45177245140075684
|
732 |
+
],
|
733 |
+
"min": [
|
734 |
+
-0.8292319774627686,
|
735 |
+
-0.5185094475746155,
|
736 |
+
-0.37811079621315
|
737 |
+
],
|
738 |
+
"mean": [
|
739 |
+
0.014836843125522135,
|
740 |
+
0.01042813528329134,
|
741 |
+
-0.00014937532250769434
|
742 |
+
],
|
743 |
+
"std": [
|
744 |
+
0.12568794190883636,
|
745 |
+
0.030695030465722088,
|
746 |
+
0.0045743328519165525
|
747 |
+
],
|
748 |
+
"q01": [
|
749 |
+
-0.340254820883274,
|
750 |
+
-0.025130789913237108,
|
751 |
+
-0.016220059804618357
|
752 |
+
],
|
753 |
+
"q99": [
|
754 |
+
0.4959896907210366,
|
755 |
+
0.12137954644858845,
|
756 |
+
0.010726323025301108
|
757 |
+
]
|
758 |
+
}
|
759 |
+
},
|
760 |
+
"total_trajectory_length": 1734315880,
|
761 |
+
"num_trajectories": 6230235
|
762 |
+
},
|
763 |
+
"modalities": {
|
764 |
+
"video": {
|
765 |
+
"ego_view": {
|
766 |
+
"resolution": [
|
767 |
+
256,
|
768 |
+
256
|
769 |
+
],
|
770 |
+
"channels": 3,
|
771 |
+
"fps": 20.0
|
772 |
+
}
|
773 |
+
},
|
774 |
+
"state": {
|
775 |
+
"left_arm": {
|
776 |
+
"absolute": true,
|
777 |
+
"rotation_type": null,
|
778 |
+
"shape": [
|
779 |
+
7
|
780 |
+
],
|
781 |
+
"continuous": true
|
782 |
+
},
|
783 |
+
"left_hand": {
|
784 |
+
"absolute": true,
|
785 |
+
"rotation_type": null,
|
786 |
+
"shape": [
|
787 |
+
6
|
788 |
+
],
|
789 |
+
"continuous": true
|
790 |
+
},
|
791 |
+
"left_leg": {
|
792 |
+
"absolute": true,
|
793 |
+
"rotation_type": null,
|
794 |
+
"shape": [
|
795 |
+
6
|
796 |
+
],
|
797 |
+
"continuous": true
|
798 |
+
},
|
799 |
+
"neck": {
|
800 |
+
"absolute": true,
|
801 |
+
"rotation_type": null,
|
802 |
+
"shape": [
|
803 |
+
3
|
804 |
+
],
|
805 |
+
"continuous": true
|
806 |
+
},
|
807 |
+
"right_arm": {
|
808 |
+
"absolute": true,
|
809 |
+
"rotation_type": null,
|
810 |
+
"shape": [
|
811 |
+
7
|
812 |
+
],
|
813 |
+
"continuous": true
|
814 |
+
},
|
815 |
+
"right_hand": {
|
816 |
+
"absolute": true,
|
817 |
+
"rotation_type": null,
|
818 |
+
"shape": [
|
819 |
+
6
|
820 |
+
],
|
821 |
+
"continuous": true
|
822 |
+
},
|
823 |
+
"right_leg": {
|
824 |
+
"absolute": true,
|
825 |
+
"rotation_type": null,
|
826 |
+
"shape": [
|
827 |
+
6
|
828 |
+
],
|
829 |
+
"continuous": true
|
830 |
+
},
|
831 |
+
"waist": {
|
832 |
+
"absolute": true,
|
833 |
+
"rotation_type": null,
|
834 |
+
"shape": [
|
835 |
+
3
|
836 |
+
],
|
837 |
+
"continuous": true
|
838 |
+
}
|
839 |
+
},
|
840 |
+
"action": {
|
841 |
+
"left_arm": {
|
842 |
+
"absolute": true,
|
843 |
+
"rotation_type": null,
|
844 |
+
"shape": [
|
845 |
+
7
|
846 |
+
],
|
847 |
+
"continuous": true
|
848 |
+
},
|
849 |
+
"left_hand": {
|
850 |
+
"absolute": true,
|
851 |
+
"rotation_type": null,
|
852 |
+
"shape": [
|
853 |
+
6
|
854 |
+
],
|
855 |
+
"continuous": true
|
856 |
+
},
|
857 |
+
"left_leg": {
|
858 |
+
"absolute": true,
|
859 |
+
"rotation_type": null,
|
860 |
+
"shape": [
|
861 |
+
6
|
862 |
+
],
|
863 |
+
"continuous": true
|
864 |
+
},
|
865 |
+
"neck": {
|
866 |
+
"absolute": true,
|
867 |
+
"rotation_type": null,
|
868 |
+
"shape": [
|
869 |
+
3
|
870 |
+
],
|
871 |
+
"continuous": true
|
872 |
+
},
|
873 |
+
"right_arm": {
|
874 |
+
"absolute": true,
|
875 |
+
"rotation_type": null,
|
876 |
+
"shape": [
|
877 |
+
7
|
878 |
+
],
|
879 |
+
"continuous": true
|
880 |
+
},
|
881 |
+
"right_hand": {
|
882 |
+
"absolute": true,
|
883 |
+
"rotation_type": null,
|
884 |
+
"shape": [
|
885 |
+
6
|
886 |
+
],
|
887 |
+
"continuous": true
|
888 |
+
},
|
889 |
+
"right_leg": {
|
890 |
+
"absolute": true,
|
891 |
+
"rotation_type": null,
|
892 |
+
"shape": [
|
893 |
+
6
|
894 |
+
],
|
895 |
+
"continuous": true
|
896 |
+
},
|
897 |
+
"waist": {
|
898 |
+
"absolute": true,
|
899 |
+
"rotation_type": null,
|
900 |
+
"shape": [
|
901 |
+
3
|
902 |
+
],
|
903 |
+
"continuous": true
|
904 |
+
}
|
905 |
+
}
|
906 |
+
},
|
907 |
+
"embodiment_tag": "gr1"
|
908 |
+
}
|
909 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7ec1577ed360bf73eae06c1cc7fdaccd0c7df2c9b99515354d5ab6d7b4f7d56
|
3 |
+
size 4380155836
|