Gym
Gym copied to clipboard
simple_weather example README is empty
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:
- Overview: What this example demonstrates
- Learning Goals: What users should learn from this example
- Usage Commands: How to run the server and collect example rollouts
- 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.