Minor fix (#77)

* minor fix

* lint

---------

Co-authored-by: liangyuxin <liang@ali.com>
This commit is contained in:
liangyuxin42
2025-12-10 16:05:25 +08:00
committed by GitHub
co-authored by liangyuxin
parent 908329d214
commit 05b6d8dcf7
3 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ KEY_MAPPINGS = {
"observation.images.leftImg": "left_wrist_view",
"observation.images.rightImg": "right_wrist_view",
},
"state": "state",
"action": "actions",
"state": "observation.state",
"action": "action",
},
}