Skip to content

Commit

Permalink
🚀 [RofuncRL] Add pre-trained model FrankaCabinetRofuncRLPPO
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Oct 13, 2023
1 parent 9bd8ac2 commit dfeb15a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rofunc/config/learning/model_zoo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"md5": "6ec13ea27b8be8500d91208fdee3ead2"
},
"FrankaCabinetRofuncRLPPO.pth": {
"url": "https://drive.google.com/uc?id=&export=download",
"url": "https://drive.google.com/uc?id=13h4Sp2aO_1UyiSoHojYMUsVHHglKcmii&export=download",
"name": "FrankaCabinetRofuncRLPPO.pth",
"md5": ""
},
Expand Down
4 changes: 2 additions & 2 deletions rofunc/learning/RofuncRL/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .ase.humanoid_reach import HumanoidReachTask
from .ase.humanoid_strike import HumanoidStrikeTask
from .ase.humanoid_view_motion import HumanoidViewMotionTask
from .omniisaacgym.ant import AntOmniTask
# from .omniisaacgym.ant import AntOmniTask


task_map = {
Expand All @@ -36,5 +36,5 @@
"HumanoidASEStrikeSwordShield": HumanoidStrikeTask,
"HumanoidViewMotion": HumanoidViewMotionTask,
# OmniIsaacGym tasks
"AntOmni": AntOmniTask,
# "AntOmni": AntOmniTask,
}

0 comments on commit dfeb15a

Please sign in to comment.