Views
No views yet
place_shoe task.runner.ckpt_path file for evaluation.robbyant/lingbot-vla-4b-posttrain-robotwin3e0c7c476bde3daaac00f79f3741a292a299f60aplace_shoeplace_shoe task.1hf download RLinf/RLinf-lingbotvla-place-shoe-grpo \
2 --local-dir RLinf-lingbotvla-place-shoe-grpoactor.model.model_path and rollout.model.model_path. Keep tokenizer_path pointing to a local Qwen2.5-VL-3B-Instruct directory.1python examples/embodiment/eval_embodied_agent.py \
2 --config-path examples/embodiment/config \
3 --config-name robotwin_place_shoe_grpo_lingbotvla \
4 runner.only_eval=True \
5 actor.model.model_path=/path/to/RLinf-lingbotvla-place-shoe-grpo \
6 actor.model.tokenizer_path=/path/to/Qwen2.5-VL-3B-Instruct \
7 actor.model.lingbotvla.config_path=/path/to/RLinf-lingbotvla-place-shoe-grpo \
8 rollout.model.model_path=/path/to/RLinf-lingbotvla-place-shoe-grpo \
9 rollout.model.tokenizer_path=/path/to/Qwen2.5-VL-3B-Instruct \
10 rollout.model.lingbotvla.config_path=/path/to/RLinf-lingbotvla-place-shoe-grpoenv.eval.total_num_envs, env.eval.max_episode_steps, and env.eval.max_steps_per_rollout_epoch according to the target protocol.