microduck_rl
microduck_rl: mjlab, otro simulador o datos reales
Fidelidad, throughput, activos, transferencia y seguridad.

Qué aprenderás
- Map environment, simulator, and runner
- Run a reproducible simulation
- Identify sim-to-real gates
Antes de empezar
- 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.
Conclusiones clave
- Simulator choice follows fidelity and handoff needs.
- Equal tasks prevent misleading throughput comparisons.
- Safety and operator cost belong in selection.
Match the research question
Compara con igual contrato, reward, perturbaciones, semillas y presupuesto, incluyendo setup, export y coste del operador.
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
Run an equal task
Compare the same observation/action contract, reward, disturbances, seeds, rollout length, success metric, and policy budget. Include environment setup, debugging, export, and operator training costs.
Choose a handoff
Prefer the stack with the clearest asset license, telemetry, reset semantics, and sim-to-real plan. Document when a checkpoint must be discarded or retrained.
Use the pinned source evidence, record versions and assumptions, and ask a qualified reviewer to validate the result before adopting it.
Cómo elegir
| Criterio | Opción A | Opción 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 |
Pasos de implementación
- 1
Define task, fidelity, data, and safety constraints.
- 2
Benchmark candidate stacks equally.
- 3
Compare tooling, assets, and export paths.
- 4
Document choice and reevaluation trigger.
Ejemplo para copiar
requirements -> mjlab | other simulator | real data
contract + task fixture -> quality/throughput/safety
operator + export cost -> decision + exitPreguntas frecuentes
Is a general simulator automatically better?
No. A focused environment can be easier to reproduce and debug for the target robot.
When should real-world data enter?
After simulation baselines and safety instrumentation are ready, with qualified operators and a bounded data plan.
Fuentes
- microduck_rl repositoryFuente verificada 2026-08-31