Skip to content

Commit

Permalink
Major: Overiding default env behvior from fixed to random for R3M --
Browse files Browse the repository at this point in the history
This changes the default behavior of the environment from a fixed kitchen to one where the kitchen randomly moves around, making the task visually more challenging
  • Loading branch information
vikashplus committed Jul 9, 2022
1 parent 8d125b5 commit 5a8cb39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mj_envs/envs/relay_kitchen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@
FIXED_ENTRY_POINT = "mj_envs.envs.relay_kitchen:KitchenFranka"
RANDOM_DESK_ENTRY_POINT = "mj_envs.envs.relay_kitchen:KitchenFrankaRandomDesk"

# *** R3M Overide ***
# This changes the default behavior of the environment from a fixed kitchen to one
# where the kitchen randomly moves around, making the task visually more challenging.
FIXED_ENTRY_POINT = RANDOM_DESK_ENTRY_POINT

# Kitchen
register(
id="kitchen-v3",
Expand Down

0 comments on commit 5a8cb39

Please sign in to comment.