Skip to content

Commit

Permalink
Update example_DexterousHands_RofuncRL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 authored Dec 30, 2024
1 parent 277f1bd commit 67083ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def inference(custom_args):
parser.add_argument("--sim_device", type=int, default=0)
parser.add_argument("--rl_device", type=int, default=gpu_id)
parser.add_argument("--headless", type=str, default="True")
parser.add_argument("--inference", action="store_false", help="turn to inference mode while adding this argument")
parser.add_argument("--inference", action="store_true", help="turn to inference mode while adding this argument")
parser.add_argument("--ckpt_path", type=str, default=None)
custom_args = parser.parse_args()

Expand Down

0 comments on commit 67083ec

Please sign in to comment.