Uitars/dev (#291)

* use aws pub ip

* os task fix: set the default dim screen time to be 300s

* add all the uitars agents:
1. run_multienv_uitars.py: Qwen2VL-based UITARS models
2. run_multienv_uitars15_v1.py: UITARS1.5-7B
3. run_multienv_uitars15_v2.py: SeedVL1.5 thining/non-thinking

---------

Co-authored-by: Jiaqi <dengjiaqi@moonshot.cn>
This commit is contained in:
Xinyuan Wang
2025-07-31 08:52:27 +08:00
committed by GitHub
parent dd488c7294
commit 3d32556085
9 changed files with 2155 additions and 643 deletions

View File

@@ -44,6 +44,7 @@ def run_single_example(agent, env, example, max_steps, instruction, args, exampl
"step_num": step_idx + 1,
"action_timestamp": action_timestamp,
"action": action,
"response": response,
"reward": reward,
"done": done,
"info": info,