init commit

This commit is contained in:
yuchen-x
2025-09-12 21:53:41 +08:00
parent 275a568149
commit d7be60f9fe
105 changed files with 16119 additions and 1 deletions

22
configs/train/meta.json Normal file
View File

@@ -0,0 +1,22 @@
{
"obs": {
"image": {
"shape": [
3,
320,
512
],
"type": "rgb"
},
"agent_pos": {
"shape": [
16
],
"type": "low_dim"
}
},
"action": {
"shape": [
16 ]
}
}