scienceworld-act

📁 bdambrosio/cognitive_workbench 📅 8 days ago
8
总安装量
7
周安装量
#34264
全站排名
安装命令
npx skills add https://github.com/bdambrosio/cognitive_workbench --skill scienceworld-act

Agent 安装分布

mcpjam 7
claude-code 7
replit 7
junie 7
windsurf 7
zencoder 7

Skill 文档

ScienceWorld Act (Level 4)

Input

  • action: text command (e.g., “look”, “go north”, “take shovel”)
  • No session_id needed – uses active session from 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

Workflow

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