Views
No views yet

temperature = 1.6, top_p = 1.0temperature = 1.6, top_p = 1.0temperature = 1.6, top_p = 1.0temperature = 1.6, top_p = 1.0temperature = 1.6, top_p = 1.0temperature = 1.6, top_p = 1.0We evaluate each model according to its training configuration. Using libero_seed = 0 and evaluating 500 episodes for the Object, Spatial, Goal, and Long suites, 4,500 episodes for LIBERO-90, and 6,500 episodes for LIBERO-130. For the SFT-trained (LoRA-base) models, we set do_sample = False. For the RL-trained models, we set do_sample = True, temperature = 1.6, and enable rollout_epoch=2, and the final results are reported as the average across the two runs.
| Model | Object | Spatial | Goal | Long | 90 | Average |
|---|---|---|---|---|---|---|
| sft models | 28.83 | 52.22 | 49.40 | 14.92 | 79.28 | 66.07 |
| trained with RLinf | 97.68 | 94.76 | 93.96 | 90.93 | 96.44 | 95.79 |
| libero-130 model | Object | Spatial | Goal | Long | 90 | 130(all) |
|---|---|---|---|---|---|---|
| sft models | 50.20 | 51.61 | 49.40 | 11.90 | 42.67 | 42.09 |
| trained with RLinf | 99.60 | 98.69 | 98.09 | 93.45 | 98.02 | 97.85 |

examples/embodiment/config/libero_10_grpo_openvlaoft.yaml:rollout.model.model_path, actor.model.model_path, and actor.tokenizer.tokenizer_model to the path of the model checkpoint.actor.model.is_lora to false.