Understanding Concepts for NeMo Gym#
NeMo Gym concepts explain the mental model behind building reliable agent systems: how services collaborate, how teams capture interaction data, and how verification signals drive learning. Use this page as a compass to decide which explanation to read next.
Tip
Need a refresher on reinforcement learning language? Refer to the Key Terminology before diving in.
Concept Highlights#
Each explainer below covers one foundational idea and links to deeper material.
Understand how Models, Resources, and Agents remain decoupled yet coordinated as independent HTTP services, including which endpoints each abstraction exposes.
Learn how NeMo Gym’s three-tier configuration system (YAML → env.yaml → CLI) enables secure secrets management and flexible multi-environment deployments.
Explore how resource servers score agent outputs with verify() implementations that transform correctness, quality, and efficiency checks into reward signals.
Essential vocabulary for agent training, RL workflows, and NeMo Gym. This glossary defines terms you’ll encounter throughout the tutorials and documentation.