> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.

# Overview

Get up and running with NeMo Gym. Start with the Quickstart for a 5-minute setup, then explore deeper guides.

<Cards>
  <Card title="Quickstart" href="/v0.2/get-started/quickstart">
    Install, start servers, and collect your first rollouts in under 5 minutes.
  </Card>

  <Card title="Detailed Setup Guide" href="/v0.2/get-started/detailed-setup">
    Step-by-step walkthrough with configuration details and troubleshooting.
  </Card>

  <Card title="Install from PyPI" href="/v0.2/get-started/pypi-install">
    Use NeMo Gym as a PyPI package without cloning the repository.
  </Card>

  <Card title="Rollout Collection" href="/v0.2/get-started/rollout-collection">
    Generate and view batches of scored rollouts for RL training.
  </Card>
</Cards>