From 118ada7c351b671598521cc344bbad460ce98418 Mon Sep 17 00:00:00 2001 From: yuchen-x Date: Tue, 23 Sep 2025 15:22:27 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f35f654..9a4a8de 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ bash scripts/run_real_eval_server.sh ``` ssh user_name@remote_server_IP -CNg -L 8000:127.0.0.1:8000 ``` -- **Step-3**: Run the ```robot_client.py``` script to start inference: +- **Step-3**: Run the ```unitree_deploy/robot_client.py``` script to start inference: ``` cd unitree_deploy python scripts/robot_client.py --robot_type "g1_dex1" --action_horizon 16 --exe_steps 16 --observation_horizon 2 --language_instruction "pack black camera into box" --output_dir ./results --control_freq 15