add lab15k
This commit is contained in:
@@ -43,7 +43,7 @@ from mujoco import viewer
|
||||
|
||||
# ── path setup ──
|
||||
SCRIPT_DIR = Path(__file__).resolve().parent
|
||||
DEFAULT_ONNX = str(SCRIPT_DIR / "policy_robotlab_6500.onnx")
|
||||
DEFAULT_ONNX = str(SCRIPT_DIR / "policy_robotlab_15000.onnx")
|
||||
ROBOT_XML = str(SCRIPT_DIR / "go1.xml")
|
||||
TERRAINS_DIR = SCRIPT_DIR / "terrains"
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ except ImportError as exc:
|
||||
"PYTHONPATH=/root/go1_pro_sdk python3 setup.py build_ext --inplace"
|
||||
) from exc
|
||||
|
||||
DEFAULT_ONNX = HERE / "policy_robotlab_6500.onnx"
|
||||
DEFAULT_ONNX = HERE / "policy_robotlab_15000.onnx"
|
||||
LOWCMD_BACKEND = "cpp_checked_servo12"
|
||||
SPORT_KILL_CMD = (
|
||||
'ssh pi@192.168.123.161 "sudo pkill -9 -f keep_sport_alive; '
|
||||
|
||||
BIN
deploy_45dim_rl_gym/policy_robotlab_15000.onnx
Normal file
BIN
deploy_45dim_rl_gym/policy_robotlab_15000.onnx
Normal file
Binary file not shown.
Reference in New Issue
Block a user