Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,15 @@ A Dual-System Visual-Language-Action model with System-2 thinking trained on Lib
|
|
20 |
- Homepage: [https://hume-vla.github.io](https://hume-vla.github.io)
|
21 |
- Codebase: [🦾 Hume: A Dual-System VLA with System2 Thinking](https://github.com/hume-vla/hume) 
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Uses
|
25 |
|
@@ -58,8 +67,14 @@ A Dual-System Visual-Language-Action model with System-2 thinking trained on Lib
|
|
58 |
|
59 |
# Infer the action
|
60 |
action = hume.infer(observation) # (B, action_dim)
|
61 |
-
|
62 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
## Citation
|
65 |
|
|
|
20 |
- Homepage: [https://hume-vla.github.io](https://hume-vla.github.io)
|
21 |
- Codebase: [🦾 Hume: A Dual-System VLA with System2 Thinking](https://github.com/hume-vla/hume) 
|
22 |
|
23 |
+
## Optimal TTS Args
|
24 |
+
```bash
|
25 |
+
s2_candidates_num=5
|
26 |
+
noise_temp_lower_bound=1.0
|
27 |
+
noise_temp_upper_bound=1.2
|
28 |
+
time_temp_lower_bound=1.0
|
29 |
+
time_temp_upper_bound=1.0
|
30 |
+
```
|
31 |
+
|
32 |
|
33 |
## Uses
|
34 |
|
|
|
67 |
|
68 |
# Infer the action
|
69 |
action = hume.infer(observation) # (B, action_dim)
|
|
|
70 |
```
|
71 |
+
## Training and Evaluation Details
|
72 |
+
```bash
|
73 |
+
# source ckpts
|
74 |
+
2025-05-01/19-56-05_libero_object_ck8-16-1_sh-4_gpu8_lr5e-5_1e-5_1e-5_2e-5_bs16_s1600k/0150000
|
75 |
+
# original logs
|
76 |
+
2025-06-13/00-18-26+19-56-05_libero_object_ck8-16-1_sh-4_gpu8_lr5e-5_1e-5_1e-5_2e-5_bs16_s1600k_0150000_s1-8_s2-16_s2cand-5_ntl-1.0_ntu-1.2_ttl-1.0_ttu-1.0.log
|
77 |
+
```
|
78 |
|
79 |
## Citation
|
80 |
|