一键导入
implementing-heuristic-agent
Develop a hard-coded, rule-based algorithm to establish the primary business baseline that the RL network must beat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Develop a hard-coded, rule-based algorithm to establish the primary business baseline that the RL network must beat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Implementing Heuristic Agent |
| description | Develop a hard-coded, rule-based algorithm to establish the primary business baseline that the RL network must beat. |
| version | 0.1.0 |
RL algorithms require vast computational resources. To justify this cost, the final neural network must significantly outperform basic "if-then" logic. This skill creates the "Human/Dumb Baseline" using classic programmatic rules.
Consult with the domain expert to identify the current operational logic.
Write a python class containing a predict(observation) method that acts identically to an RL policy model, but uses pure un-learned python logic inside based on the raw observation array.
Run the heuristic agent inside the env.py for 1,000 episodes.
Heuristic Baseline Results:
Average_Return: [Value]
Performance_Threshold_to_Beat: [Value]
Conclusion: [Ready to commence RL training]
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