rnow-cli

Automate RLHF training workflows via the rnow command-line interface.

31|4|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/ReinforceNow/reinforcenow-cli --skill rnow-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rnow-cli
Source: https://github.com/ReinforceNow/reinforcenow-cli/tree/main/project8/.claude/skills/rnow-cli
Command: npx skills add https://github.com/ReinforceNow/reinforcenow-cli --skill rnow-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The ReinforceNow CLI enables teams to automate RLHF training workflows by controlling the rnow command-line interface, simplifying project setup, training submission, and model retrieval.

Core Features & Use Cases

  • Authentication and session management with rnow login/logout
  • Project initialization from templates via rnow init
  • Training submission and run management via rnow run, rnow stop
  • Local testing and model download via rnow test and rnow download
  • Easily scriptable workflows for CI/CD and automated experiments

Quick Start

To begin using the rnow CLI, install the package with pip, authenticate, and create a project from a template, then run a training.

Frequently Asked Questions about rnow-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate RLHF training workflows from the command line?

Automate RLHF training workflows by using the rnow CLI to authenticate, initialize projects from templates, submit runs, and download models across local and cloud environments. The CLI installs via Python pip and orchestrates scriptable run management.

What is the best way to script RLHF run orchestration for CI/CD pipelines?

Script RLHF run orchestration for CI/CD by chaining rnow CLI commands like login, init, run, and download. The command-line interface supports scriptable workflows to automate experiments and model retrieval without manual intervention.

Do I need Python pip to install the command-line interface for RLHF training?

Yes, Python pip is required to install the rnow CLI package for RLHF training. The CLI relies on a Python-based installation to provide the rnow command-line interface for project initialization and run submission.

How do I initialize an RLHF project from a template?

Initialize an RLHF project from a template by running the rnow init command after authenticating with rnow login. Template-driven project creation sets up the required structure to submit training runs via the command-line interface.

Can I test RLHF rollouts locally before submitting a cloud training run?

Test RLHF rollouts locally using the rnow test command before submitting cloud training runs. The CLI supports local testing and model download via rnow download to validate results across local and cloud environments.

How do I stop an RLHF training run submitted via the command line?

Stop an RLHF training run by executing the rnow stop command in the CLI. This manages active run sessions initiated via rnow run, allowing you to halt training workflows across local or cloud environments.