File size: 675 Bytes
13c3f6f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"repo_id": "DorianAtSchool/leisaac-franka-mimicgen-v3",
"vocab_size": 1024,
"scale": 10.0,
"encoded_dims": "0:7",
"encoded_dim_ranges": [
[
0,
7
]
],
"total_encoded_dims": 7,
"delta_dims": "0,1,2,3,4,5,6",
"delta_dim_list": [
0,
1,
2,
3,
4,
5,
6
],
"use_delta_transform": true,
"state_key": "observation.state",
"normalization_mode": "QUANTILES",
"action_horizon": 10,
"num_training_chunks": 22445,
"compression_stats": {
"compression_ratio": 2.2922260789835613,
"mean_token_length": 30.538,
"p99_token_length": 39.0,
"min_token_length": 2.0,
"max_token_length": 41.0
}
} |