VideoGUI commited on
Commit
f8e3e8b
·
verified ·
1 Parent(s): 86bae80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -54,7 +54,7 @@ This is the Action execution part of VideoGUI benchmark.
54
  - **"end_position" (list[int])**: The ending position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
55
  - **"scroll_value" (float)**: The value of the scroll action if applicable, indicating the amount of scrolling performed.
56
  - **"action_sequence" (str)**: The sequence of actions taken, represented as a string for easier understanding and processing.
57
- - **"subtask_id" (int)**: A unique identifier for the subtask within the full task.
58
  - **"subtask_query" (str)**: The query or input related to the subtask, which may guide the actions sequence taken.
59
- - **"action_id" (int)**: A unique identifier for the specific action performed within the task.
60
 
 
54
  - **"end_position" (list[int])**: The ending position of the action on the screen, represented as a sequence of integers (e.g., coordinates).
55
  - **"scroll_value" (float)**: The value of the scroll action if applicable, indicating the amount of scrolling performed.
56
  - **"action_sequence" (str)**: The sequence of actions taken, represented as a string for easier understanding and processing.
57
+ - **"subtask_id" (int)**: A unique identifier (ranking) for the subtask within the full task.
58
  - **"subtask_query" (str)**: The query or input related to the subtask, which may guide the actions sequence taken.
59
+ - **"action_id" (int)**: A unique identifier (ranking) for the specific action performed within the task.
60