Interactive wizard to create an RL training script.
()
| 126 | |
| 127 | @app.command() |
| 128 | def train_rl() -> None: |
| 129 | """Interactive wizard to create an RL training script.""" |
| 130 | _chat_with_skill("train-rl") |
| 131 | |
| 132 | |
| 133 | @app.command() |
nothing calls this directly
no test coverage detected