Config to save screenshots in trajectory (#7284)

This commit is contained in:
Boxuan Li
2025-03-21 22:43:01 -07:00
committed by GitHub
parent 0fec237ead
commit d343e4ed9a
5 changed files with 25 additions and 8 deletions

View File

@@ -42,6 +42,10 @@ workspace_base = "./workspace"
# If it's a folder, the session id will be used as the file name
#save_trajectory_path="./trajectories"
# Whether to save screenshots in the trajectory
# The screenshots are encoded and can make trajectory json files very large
#save_screenshots_in_trajectory = false
# Path to replay a trajectory, must be a file path
# If provided, trajectory will be loaded and replayed before the
# agent responds to any user instruction