rnow-train-jsonl

Official

Format train.jsonl data for ReinforceNow.

AuthorReinforceNow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill formats and validates train.jsonl data for ReinforceNow, ensuring each line is a properly structured JSON object ready for RL or SFT workflows.

Core Features & Use Cases

  • Format: standardizes each line as a JSON object with fields like messages, rewards, metadata, variables, tools, docker, and docker_env.
  • Validation: enforces required fields and cross-checks rewards/tools names against rewards.py and tools.py.
  • Use Case: prepare large train.jsonl datasets for agent training and evaluation, including sandbox/docker entries when needed.

Quick Start

Prepare a train.jsonl file with one JSON object per line. Example format: {"messages": [{"role": "user", "content": "Hello"}], "rewards": ["accuracy"]}

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rnow-train-jsonl
Download link: https://github.com/ReinforceNow/reinforcenow-cli/archive/main.zip#rnow-train-jsonl

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.