Skip to content

Commit

Permalink
🚀 [RofuncRL] Finish checking BiQbSoftHand Tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Jan 1, 2024
1 parent 47718d7 commit 4606c7e
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def inference(custom_args):
# BiShadowHandGraspAndPlace, BiShadowHandLiftUnderarm, BiShadowHandPen, BiShadowHandPointCloud,
# BiShadowHandPushBlock, BiShadowHandReOrientation, BiShadowHandScissors, BiShadowHandSwingCup,
# BiShadowHandSwitch, BiShadowHandTwoCatchUnderarm
# QbSoftHandGrasp
# QbSoftHandGrasp, BiQbSoftHandGraspAndPlace
parser.add_argument("--task", type=str, default="BiQbSoftHandGraspAndPlace")
parser.add_argument("--agent", type=str, default="ppo") # Available agents: ppo, sac, td3, a2c
parser.add_argument("--num_envs", type=int, default=256)
Expand Down
Loading

0 comments on commit 4606c7e

Please sign in to comment.