Merge branch 'zdy'

This commit is contained in:
David Chang
2024-01-26 12:33:49 +08:00
2 changed files with 61 additions and 15 deletions

View File

@@ -91,12 +91,12 @@ def human_agent():
logger.info("The episode is done.")
break
input("PAUSING")
#input("PAUSING")
result = env.evaluate()
logger.info("Result: %.2f", result)
input("PAUSING")
#input("PAUSING")
# env.close()
logger.info("Environment closed.")