Views
No views yet
build_data.py: Constructs K-step GUI Transition dataset from AndroidControltrain_gui_shift.py: GRPO training with rule-based rewards (format + action correctness)run_train.sh: Launch script with hyperparameters matching the paperpython build_data.pybash run_train.sh| Parameter | Value |
|---|---|
| learning_rate | 1e-6 |
| num_generations | 8 |
| num_train_epochs | 4 |
| max_prompt_length | 1024 |
| max_completion_length | 256 |
| per_device_train_batch_size | 2 |
| gradient_accumulation_steps | 8 |
| beta (KL) | 0.04 |
| epsilon (clip) | 0.2 |
| temperature | 0.9 |
| bf16 | true |
click, long_press (with x,y coordinates)scroll (with direction)open_app (with app_name)input_text (with text content)navigate_back, navigate_home, wait<answer>...</answer> tags