Update the script on server for ubuntu
This commit is contained in:
8
main.py
8
main.py
@@ -12,13 +12,13 @@ def human_agent():
|
||||
|
||||
env = DesktopEnv(
|
||||
# path_to_vm=r"""C:\Users\tianbaox\Downloads\Windows 10 x64\Windows 10 x64.vmx""",
|
||||
path_to_vm=r"""C:\Users\tianbaox\Documents\Virtual Machines\Win10\Win10.vmx""",
|
||||
path_to_vm=r"""C:\Users\tianbaox\Documents\Virtual Machines\Ubuntu\Ubuntu.vmx""",
|
||||
# path_to_vm="/home/yuri/vmware/Ubuntu 64-bit/Ubuntu 64-bit.vmx",
|
||||
action_space="computer_13",
|
||||
snapshot_path="base_setup3",
|
||||
snapshot_path="base_setup",
|
||||
instruction=example["instruction"],
|
||||
config=example["config"],
|
||||
evaluator=example["evaluator"]
|
||||
# config=example["config"],
|
||||
# evaluator=example["evaluator"]
|
||||
)
|
||||
|
||||
# reset the environment to certain snapshot
|
||||
|
||||
Reference in New Issue
Block a user