Skip to content

Commit

Permalink
WIP R1 action primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Yang committed Oct 11, 2024
1 parent 368ca4d commit b26ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/examples/action_primitives/solve_simple_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
It loads Rs_int with a robot, and the robot picks and places a bottle of cologne.
"""
# Load the config
config_filename = os.path.join(og.example_config_path, "R1_primitives.yaml")
config_filename = os.path.join(og.example_config_path, "tiago_primitives.yaml")
config = yaml.load(open(config_filename, "r"), Loader=yaml.FullLoader)

# Update it to create a custom environment and run some actions
Expand Down

0 comments on commit b26ff1d

Please sign in to comment.