Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

游戏任务启动失败[Assistance] #96

Open
smartliuhw opened this issue Jan 3, 2024 · 3 comments
Open

游戏任务启动失败[Assistance] #96

smartliuhw opened this issue Jan 3, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@smartliuhw
Copy link

我想要评测游戏的三个任务,在配置了start_task.yaml后,一直显示task不存在,麻烦问一下可以怎么解决

报错:
image

start_task.yaml

definition:
  import: tasks/task_assembly.yaml

start:
  # dbbench-std: 5
  # os-std: 5
  cg-std: 5
  alfworld-std: 5
  ltp-std: 5

default.yaml

import: definition.yaml

concurrency:
  task:
    # dbbench-std: 5
    # os-std: 5
    cg-std: 5
    alfworld-std: 5
    ltp-std: 5
  agent:
    phi: 5

assignments: # List[Assignment] | Assignment
  - agent: # "task": List[str] | str ,  "agent": List[str] | str
      - phi
    task:
      # - dbbench-std
      # - os-std
      - cg-std
      - alfworld-std
      - ltp-std

output: "outputs/{TIMESTAMP}"
@smartliuhw smartliuhw added bug Something isn't working help wanted Extra attention is needed labels Jan 3, 2024
@smartliuhw
Copy link
Author

image

看了一下进程,游戏好像都是用docker启动的,但是src.server.task_worker看起来没有启动起来,这个命令后面我去看5001端口是没有被占用的,辛苦老哥有时间帮忙看看 @zhc7

@smartliuhw smartliuhw changed the title 游戏任务启动失败[Bug/Assistance] 游戏任务启动失败[Assistance] Jan 3, 2024
@tml2002
Copy link

tml2002 commented Jan 4, 2024

+1 同样的问题

@zhc7
Copy link
Collaborator

zhc7 commented Jan 25, 2024

Hi, @smartliuhw 任务环境应该是由start task脚本启动的,可以看一下这个进程里有没有相应的输出。有些任务启动可能会花一些时间,也可以docker ps看一下是不是所有image都正确启动了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants