You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/agentlab/experiments/loop.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ def make_env(
55
55
action_mapping: overrides the action mapping of the environment.
56
56
exp_dir: will set some environment parameters (e.g., record_video_dir) with respect to the directory where the experiment is running.
57
57
exp_task_kwargs: use with caution! Will override task parameters to experiment-specific values. Useful to set different server configs for different experiments, or output file paths within the experiment's folder (e.g., assistantbench).
58
+
use_raw_page_output: if True, the environment will also return raw page output in the observation.
0 commit comments