一键导入
evaluating-simulator-feasibility
This skill evaluates whether a fast, safe, and accurate simulation environment can be built for the agent to train in.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
This skill evaluates whether a fast, safe, and accurate simulation environment can be built for the agent to train in.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrator agent for agent-01-discovery
Orchestrator agent for agent-02-simulation
Orchestrator agent for agent-03-baseline
Orchestrator agent for agent-04-training
Orchestrator agent for agent-05-evaluator
Orchestrator agent for agent-06-deployment
| name | evaluating-simulator-feasibility |
| description | This skill evaluates whether a fast, safe, and accurate simulation environment can be built for the agent to train in. |
| version | 0.1.0 |
RL requires millions of trial-and-error attempts to converge. An agent cannot train on live, physical, or financially critical systems without causing catastrophic damage. This skill assesses the viability of constructing the required "Gym".
Is the environment a physical robot/process, or a pure software/data construct?
An RL simulator must step extraordinarily fast.
If a simulator is impossible to build or too slow:
Generate the Simulator Viability Report:
Simulator Feasibility:
Environment_Type: [Physical / Digital / Financial]
Estimated_Step_Latency_ms: [Value]
Sim_to_Real_Risk: [Low / Med / High]
Simulation_Viable: [True / False]
Fallback_To_Offline_RL_Required: [True / False]