aliangdw commited on
Commit
d1f02b7
·
verified ·
1 Parent(s): bb7dce7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,13 +24,13 @@ This model is trained on LIBERO-10/Spatial/Object/Goal
24
 
25
  ### Usage
26
 
27
- For full setup, example scripts, and configs, see the **GitHub repo**: [github.com/aliang8/robometer](https://github.com/aliang8/robometer).
28
 
29
  **Option 1 — Run the model locally** (loads this checkpoint from Hugging Face):
30
 
31
  ```bash
32
  uv run python scripts/example_inference_local.py \
33
- --model-path aliangdw/Robometer-4B-LIBERO \
34
  --video /path/to/video.mp4 \
35
  --task "your task description"
36
  ```
@@ -42,7 +42,7 @@ uv run python scripts/example_inference_local.py \
42
  uv run python robometer/evals/eval_server.py \
43
  --config-path=robometer/configs \
44
  --config-name=eval_config_server \
45
- model_path=aliangdw/Robometer-4B-LIBERO \
46
  server_url=0.0.0.0 \
47
  server_port=8000
48
 
@@ -58,7 +58,7 @@ uv run python scripts/example_inference.py \
58
  If you use this model, please cite:
59
 
60
  ```bibtex
61
- @misc{robometer2025,
62
  title={Robometer: Scaling General-Purpose Robotic Reward Models via Trajectory Comparisons},
63
  author={Anthony Liang* and Yigit Korkmaz* and Jiahui Zhang and Minyoung Hwang and Abrar Anwar and Sidhant Kaushik and Aditya Shah and Alex S. Huang and Luke Zettlemoyer and Dieter Fox and Yu Xiang and Anqi Li and Andreea Bobu and Abhishek Gupta and Stephen Tu† and Erdem B{\i}y{\i}k† and Jesse Zhang†},
64
  year={2025},
 
24
 
25
  ### Usage
26
 
27
+ For full setup, example scripts, and configs, see the **GitHub repo**: [github.com/aliang8/robometer](https://github.com/robometer/robometer).
28
 
29
  **Option 1 — Run the model locally** (loads this checkpoint from Hugging Face):
30
 
31
  ```bash
32
  uv run python scripts/example_inference_local.py \
33
+ --model-path robometer/Robometer-4B-LIBERO \
34
  --video /path/to/video.mp4 \
35
  --task "your task description"
36
  ```
 
42
  uv run python robometer/evals/eval_server.py \
43
  --config-path=robometer/configs \
44
  --config-name=eval_config_server \
45
+ model_path=robometer/Robometer-4B-LIBERO \
46
  server_url=0.0.0.0 \
47
  server_port=8000
48
 
 
58
  If you use this model, please cite:
59
 
60
  ```bibtex
61
+ @misc{liang2026robometer,
62
  title={Robometer: Scaling General-Purpose Robotic Reward Models via Trajectory Comparisons},
63
  author={Anthony Liang* and Yigit Korkmaz* and Jiahui Zhang and Minyoung Hwang and Abrar Anwar and Sidhant Kaushik and Aditya Shah and Alex S. Huang and Luke Zettlemoyer and Dieter Fox and Yu Xiang and Anqi Li and Andreea Bobu and Abhishek Gupta and Stephen Tu† and Erdem B{\i}y{\i}k† and Jesse Zhang†},
64
  year={2025},