/install gpu-research
\r \r
AutoResearch Framework\r
\r A reference guide for understanding how autonomous AI research works. This skill documents the methodology from karpathy/autoresearch for educational purposes.\r \r
What This Is\r
\r This skill does NOT run any code. It serves as a reference for understanding:\r \r
- Fixed time budget experiments (5 minutes)\r
- Metric-driven iteration (val_bpb)\r
- Single-file training scope\r
- Self-contained ML training setup\r \r
Key Concepts\r
\r | Concept | Description |\r |---------|------------|\r | val_bpb | Validation bits per byte — lower is better |\r | Fixed Budget | Experiments run for exactly 5 minutes |\r | Single Scope | One file to modify per experiment |\r \r
Architecture Overview\r
\r The framework consists of three files:\r \r | File | Purpose |\r |------|---------|\r | prepare.py | Data preparation (do not modify) |\r | train.py | Model training loop reference |\r | program.md | Research strategy template |\r \r
Design Patterns\r
\r
- Fixed time budget: Makes experiments directly comparable\r
- Single file scope: Keeps changes manageable\r
- Metric-driven: Uses val_bpb to compare results\r \r
For Educational Use\r
\r This skill is a reference implementation based on karpathy/autoresearch by Andrej Karpathy. It demonstrates autonomous research methodologies used in modern AI development.\r \r
Inspiration\r
\r Based on karpathy/autoresearch by Andrej Karpathy.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gpu-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/gpu-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Auto Research Agent 是什么?
A reference framework for understanding autonomous AI research pipelines. Learn how AI can optimize ML training with fixed time budgets and metric-driven ite... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Auto Research Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gpu-research」即可一键安装,无需额外配置。
Auto Research Agent 是免费的吗?
是的,Auto Research Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auto Research Agent 支持哪些平台?
Auto Research Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Auto Research Agent?
由 TyroneMok(@tyronecoh)开发并维护,当前版本 v1.0.2。