Gym icon indicating copy to clipboard operation
Gym copied to clipboard

simple_weather example README is empty

Open cwing-nvidia opened this issue 2 months ago • 0 comments

Problem

The resources_servers/simple_weather/README.md is essentially empty (only licensing info). This is particularly problematic because simple_weather is the primary introductory example featured in:

  • Main repository README
  • Tutorial 01 (Concepts)
  • Tutorial 02 (Setup - first hands-on example)

Users following the tutorials who navigate to the resource server directory find no documentation.

Current State

  • No description of the example
  • No usage commands
  • No example output

Expected Content

As the primary example resource server, the README should include:

  1. Overview: What this example demonstrates
  2. Learning Goals: What users should learn from this example
  3. Usage Commands: How to run the server and collect example rollouts
  4. Example Output: Sample prompts and agent behavior

Impact

Since simple_weather is featured in tutorials as the first hands-on example, the empty README creates a poor first impression and leaves new users without reference documentation.

cwing-nvidia avatar Oct 23 '25 20:10 cwing-nvidia