load libreoffice writer eval -batch 2
This commit is contained in:
6
main.py
6
main.py
@@ -46,12 +46,12 @@ def human_agent():
|
||||
Runs the Gym environment with human input.
|
||||
"""
|
||||
|
||||
with open("evaluation_examples/examples/vs_code/59ed65c7-e9a6-43db-833f-76d6730c0004.json", "r") as f:
|
||||
with open("evaluation_examples/examples/libreoffice_writer/72b810ef-4156-4d09-8f08-a0cf57e7cefe.json", "r") as f:
|
||||
example = json.load(f)
|
||||
example["snapshot"] = "vscode_setup"
|
||||
example["snapshot"] = "base18"
|
||||
|
||||
env = DesktopEnv(
|
||||
path_to_vm=r"C:\Users\tianbaox\Documents\Virtual Machines\Ubuntu\Ubuntu.vmx",
|
||||
path_to_vm=r"D:\Ubuntu\Ubuntu\Ubuntu.vmx",
|
||||
action_space="computer_13",
|
||||
task_config=example
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user