Files
unifolm-world-model-action/configs/train/meta.json
2025-09-12 21:53:41 +08:00

23 lines
363 B
JSON

{
"obs": {
"image": {
"shape": [
3,
320,
512
],
"type": "rgb"
},
"agent_pos": {
"shape": [
16
],
"type": "low_dim"
}
},
"action": {
"shape": [
16 ]
}
}