fix os_symphony (#400)
* add_os_symphony * fix(os_symphony) --------- Co-authored-by: Tianbao Xie <47296835+Timothyxxx@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ from multiprocessing import Process, Manager, current_process, Queue
|
||||
|
||||
from mm_agents.os_symphony.agents.os_symphony import OSSymphony
|
||||
from mm_agents.os_symphony.agents.os_aci import OSACI
|
||||
import lib_run_single_os_symphony as lib_run_single
|
||||
import lib_run_single
|
||||
# Modify desktop_env, add a new function 'start'
|
||||
from desktop_env.desktop_env_os_symphony import DesktopEnv as OSWorldDesktopEnv
|
||||
|
||||
@@ -230,7 +230,7 @@ def run_env_tasks(
|
||||
logger.info(f"[{current_process().name}][Example ID]: {example_id}")
|
||||
logger.info(f"[{current_process().name}][Instruction]: {instruction}")
|
||||
try:
|
||||
lib_run_single.run_single_example(
|
||||
lib_run_single.run_single_example_os_symphony(
|
||||
agent,
|
||||
env,
|
||||
example,
|
||||
|
||||
Reference in New Issue
Block a user