scienceworld-act
Installation
SKILL.md
ScienceWorld Act (Level 4)
Input
action: text command (e.g., "look", "go north", "take shovel")- No
session_idneeded - uses active session from executive_node.scienceworld_env
Output
- Note ID (bound to
outvariable) containing:text: observation after the actionmetadata.reward,metadata.donemetadata.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"}
Related skills
More from bdambrosio/cognitive_workbench
test-json-sql-semantic-scholar
Test JSON SQL primitives with semantic-scholar output
32test-json-sql-setup
Creates test data for JSON SQL primitive tests
27test-json-sql-join
Tests join primitive (INNER JOIN)
27scienceworld-reset
Start a ScienceWorld episode. Reads scenario, difficulty, and seed from scienceworld_config in character YAML. Returns the initial observation plus a session_id for subsequent steps.
26test-json-sql-pluck
Tests pluck primitive (SELECT single field)
26test-json-sql-sort
Tests sort primitive (ORDER BY)
25