Relax
Train and debug large multimodal AI models with reinforcement learning
All Skills in This Repository (16)
Pure Emerald Level Indicatorsmodel-integration
Integrate custom model architectures into the Relax training system.
git-commit
Create standardized git commit messages with markdown-formatted bodies.
creating-skills
Provides step-by-step instructions for developing Claude Code skills with file organization and metadata configuration.
redaccel-to-relax
Converts RedAccel RL training components and scripts to Relax framework equivalents.
doc-writer
Verify source code and write bilingual documentation for the Relax framework.
verl-to-relax
Convert verl reinforcement learning recipes and code to Relax.
code-review
Analyze Python codebases for quality, security, and architectural integrity.
debug-hang
Diagnose distributed training hangs in Ray clusters by analyzing call stacks and task states.
relax-dev-debug
Submit and monitor reinforcement learning training jobs on remote Ray clusters.
sync-github
Synchronizes code between internal GitLab and external GitHub via gated cherry-pick workflows.
agentic-rollout
Assess, integrate, and validate external agents for Relax resident Agentic rollout.
nemo-gym-recipe-integration
Integrates NVIDIA NeMo Gym environments into Relax as three-step RL training recipes.
Frequently Asked Questions
FAQPage SchemaHow to install Relax skills?โผ
Run `npx skills add redai-infra/Relax --all -g -y` in your terminal to install all skills in this suite globally.
What is the Relax framework used for?โผ
Relax is an open-source engine for reinforcement learning post-training of large multimodal models, supporting algorithms like PPO, GRPO, and GSPO on Ray, Megatron, and SGLang.
How to debug a hanging distributed training job?โผ
The debug-hang skill automatically collects Ray cluster status, task call stacks, and actor states to trace the blocking chain and locate the root cause.
Can I migrate training recipes from verl to Relax?โผ
Yes. The verl-to-relax skill converts reward functions, tool environments, datasets, and launch scripts from verl into Relax's format step by step.
Do these skills work with Claude Code and other AI agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, OpenCode, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core