Skip to content

Commit

Permalink
[BugFix] Add missing RoboCasa asset download req
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Oct 29, 2024
1 parent 5908101 commit c547e65
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
from mani_skill.utils.structs.types import GPUMemoryConfig, SimConfig


@register_env("RoboCasaKitchen-v1", max_episode_steps=100)
@register_env(
"RoboCasaKitchen-v1", max_episode_steps=100, asset_download_ids=["RoboCasa"]
)
class RoboCasaKitchenEnv(BaseEnv):
SUPPORTED_ROBOTS = ["fetch", "none"]
SUPPORTED_REWARD_MODES = ["none"]
Expand Down

0 comments on commit c547e65

Please sign in to comment.