ver Jan11th
finally set up a simple task, or which should be simple
This commit is contained in:
6
main.py
6
main.py
@@ -44,9 +44,9 @@ def human_agent():
|
||||
Runs the Gym environment with human input.
|
||||
"""
|
||||
|
||||
with open("evaluation_examples/examples/thunderbird/06fe7178-4491-4589-810f-2e2bc9502122.json", "r") as f:
|
||||
with open("evaluation_examples/examples/thunderbird/6766f2b8-8a72-417f-a9e5-56fcaa735837.json.nosetup", "r") as f:
|
||||
example = json.load(f)
|
||||
example["snapshot"] = "Snapshot 11"
|
||||
example["snapshot"] = "Snapshot 17"
|
||||
|
||||
env = DesktopEnv( path_to_vm="../../../../大文件/镜像/Ubuntu-1218/Ubuntu/Ubuntu.vmx"
|
||||
, action_space="computer_13"
|
||||
@@ -92,7 +92,7 @@ def human_agent():
|
||||
|
||||
#input("PAUSING")
|
||||
|
||||
env.close()
|
||||
#env.close()
|
||||
logger.info("Environment closed.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user