ver Feb2nd

human evaluation as non-expert on vlc
This commit is contained in:
David Chang
2024-02-02 07:20:04 +08:00
parent 5ee9621e0d
commit 6d792e594e
3 changed files with 5 additions and 5 deletions

View File

@@ -47,9 +47,9 @@ def human_agent():
Runs the Gym environment with human input.
"""
with open("evaluation_examples/examples/chrome/af630914-714e-4a24-a7bb-f9af687d3b91.json", "r") as f:
with open("evaluation_examples/examples/vlc/215dfd39-f493-4bc3-a027-8a97d72c61bf.json", "r") as f:
example = json.load(f)
example["snapshot"] = "Snapshot 35"
example["snapshot"] = "Snapshot 36"
#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"