ver Jan31stv6

finished calc human evaluation
updated calc configs with an extra sleep to guarantee the integrity of
downloaded xlsx file
This commit is contained in:
David Chang
2024-01-31 22:55:47 +08:00
parent 3dce3ffe63
commit 4897211a46
28 changed files with 216 additions and 17 deletions

View File

@@ -47,11 +47,12 @@ def human_agent():
Runs the Gym environment with human input.
"""
with open("evaluation_examples/examples/libreoffice_calc/01b269ae-2111-4a07-81fd-3fcd711993b0-win.json", "r") as f:
with open("evaluation_examples/examples/libreoffice_calc/4f07fbe9-70de-4927-a4d5-bb28bc12c52c.json", "r") as f:
example = json.load(f)
example["snapshot"] = "Snapshot 1"
example["snapshot"] = "Snapshot 30"
env = DesktopEnv( path_to_vm="~/vmware/Windows 10 x64/Windows 10 x64.vmx"
#env = DesktopEnv( path_to_vm="~/vmware/Windows 10 x64/Windows 10 x64.vmx"
env = DesktopEnv( path_to_vm="/mnt/data1/david/os-images/Ubuntu-1218/Ubuntu.vmx"
, action_space="computer_13"
, task_config=example
)