mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-04 06:15:32 +02:00
changing task path
This commit is contained in:
parent
a6cb062862
commit
e3d61ceead
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ def make_ops(agent_names, session_name):
|
|||
"""Make the agents operators in the Minecraft world."""
|
||||
print('Making agents operators...')
|
||||
|
||||
cmd = f"node main.js --task_path example_tasks.json --task_id debug_{len(agent_names)}_agent_timeout"
|
||||
cmd = f"node main.js --task_path tasks/example_tasks.json --task_id debug_{len(agent_names)}_agent_timeout"
|
||||
|
||||
subprocess.run(["tmux", "send-keys", "-t", session_name, cmd, "C-m"])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue