跳转至

API 参考

ChemWorld v0.4.0 保持稳定运行时接口,并新增 provider-free Lab。可以先从 Agent-facing helper 开始,再进入世界构建和评测合同。

主题 参考文档
安装与第一个环境 Getting started
有类型操作 payload Action schema
支持的过程操作 Operations
世界组件兼容性 Composition contract
世界组合示例 Composition examples
能力覆盖 World capability map

核心 Agent 接口位于 env.unwrapped

env.unwrapped.task_prompt()
env.unwrapped.available_actions()
env.unwrapped.action_schema("heat")
env.unwrapped.validate_action(action)
env.unwrapped.agent_view_bundle(observation, info)