scienceworld-act

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

ScienceWorld Act (Level 4)

ScienceWorld 执行操作(第4级)

Input

输入

  • action
    : text command (e.g., "look", "go north", "take shovel")
  • No
    session_id
    needed - uses active session from executive_node.scienceworld_env
  • action
    : 文本指令(例如:"look", "go north", "take shovel")
  • 无需传入
    session_id
    ——使用executive_node.scienceworld_env中的当前会话

Output

输出

  • Note ID (bound to
    out
    variable) containing:
    • text
      : observation after the action
    • metadata.reward
      ,
      metadata.done
    • metadata.session_id
      ,
      metadata.action
      ,
      metadata.info
  • 绑定到
    out
    变量的Note ID,包含:
    • text
      : 执行操作后的观测结果
    • metadata.reward
      ,
      metadata.done
    • metadata.session_id
      ,
      metadata.action
      ,
      metadata.info

Workflow

工作流

json
{"type":"scienceworld-reset","out":"$sw"}
{"type":"scienceworld-act","action":"look","out":"$o1"}
{"type":"scienceworld-act","action":"take watering can","out":"$o2"}
json
{"type":"scienceworld-reset","out":"$sw"}
{"type":"scienceworld-act","action":"look","out":"$o1"}
{"type":"scienceworld-act","action":"take watering can","out":"$o2"}