MCPcopy Create free account
hub / github.com/OpenPipe/ART / train_rl

Function train_rl

src/art/cli.py:128–130  ·  view source on GitHub ↗

Interactive wizard to create an RL training script.

()

Source from the content-addressed store, hash-verified

126
127@app.command()
128def train_rl() -> None:
129 """Interactive wizard to create an RL training script."""
130 _chat_with_skill("train-rl")
131
132
133@app.command()

Callers

nothing calls this directly

Calls 1

_chat_with_skillFunction · 0.85

Tested by

no test coverage detected