File size: 452 Bytes
333027e | 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 | {
"norm_method": "minmax_symmetric",
"action_dim": 7,
"action_horizon": 25,
"action_low": [
-0.9375,
-0.9375,
-0.9375,
-0.2582142949104309,
-0.375,
-0.3675000071525574,
-1.0
],
"action_high": [
0.9375,
0.9375,
0.9375,
0.3557142913341522,
0.375,
0.375,
1.0
],
"use_delta_actions": false,
"delta_action_mask": null,
"state_dim": null,
"state_low": null,
"state_high": null
} |