Skip to content

Commit

Permalink
fix the stack tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner committed May 28, 2024
1 parent 5d6167c commit 66f8547
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rpad/rlbench_utils/task_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@

DOLLAR_STACK_OBJ_NAMES = ["dollar_stack"]
SAFE_OBJ_NAMES = ["safe_body", "safe_door"]
DOLLAR_STACK_POSE_NAME = "dollar_stack"
DOLLAR_STACK_POSE_NAME = "dollar_front_visual"
SAFE_POSE_NAME = "safe_body"

PUT_MONEY_IN_SAFE = {
Expand Down Expand Up @@ -496,7 +496,8 @@
SAFE_OBJ_NAMES = ["safe_body", "safe_door"]
MONEY_OBJ_NAMES = ["dollar_stack0", "dollar_back_visual0"]
SAFE_POSE_NAME = "safe_body"
MONEY_POSE_NAME = "dollar_stack0"
# MONEY_POSE_NAME = "dollar_stack0"
MONEY_POSE_NAME = "dollar_front_visual0"


TAKE_MONEY_OUT_SAFE = {
Expand Down

0 comments on commit 66f8547

Please sign in to comment.