microduck_rl
microduck_rl 未来与项目:构建可回放 sim-to-real 实验室
以任务清单、策略卡、遥测和分阶段硬件门设计项目。

你将学会
- Map environment, simulator, and runner
- Run a reproducible simulation
- Identify sim-to-real gates
开始前需要
- Basic Git and command-line usage
- Comfort reading a project README
You can explain the project, run its documented first step, and decide what to verify before adopting it.
先看结论
- Policy cards connect training to hardware review.
- Replayable fixtures make regression visible.
- Hardware gates should be enforced progressively.
Project brief
策略卡记录代码、仿真器、奖励、种子、检查点和扰动评估;从纯仿真追踪逐步升级到导出、限幅和人工签字强制门。
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
Policy card
Record repository/simulator revisions, assets, seed, observation/action schema, reward and termination, training budget, checkpoint hash, evaluation seeds, telemetry, and reviewer. Keep raw data outside Git; commit sanitized fixtures and hashes.
Staged roadmap
Begin trace-only in simulation, add advisory regression and domain-randomization checks, then enforce export gates for timing, saturation, sensor dropout, watchdog, and operator sign-off. Accessible Markdown/SVG remains canonical; 3D views are optional.
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
如何选择
| 比较维度 | 方案 A | 方案 B |
|---|---|---|
| Best when | You need predictable behavior and easy auditing | You need adaptive optimization and have reliable telemetry |
| Main risk | May leave performance on the table | Can become difficult to explain or debug |
实施步骤
- 1
Define task, policy, telemetry, and review fields.
- 2
Add deterministic simulation fixtures.
- 3
Build disturbance and export checks.
- 4
Require qualified operator approval before hardware.
可复制示例
policy:
task: microduck_walk
simulator_revision: <sha>
seed: 42
reward_hash: <hash>
checkpoint_sha256: <hash>
eval: { success: <value>, disturbances: <suite> }
hardware_gate: hold常见问题
Should Three.js be part of the lab?
Only as an optional exploration layer; text, metrics, and local SVG must remain accessible and complete.
Can a policy card replace operator review?
No. It organizes evidence but does not replace qualified safety approval.
资料来源
- microduck_rl repository来源核查 2026-08-31