Skip to content

docs: add 12 undocumented community environments to README#444

Open
amethystani wants to merge 1 commit intoNousResearch:mainfrom
amethystani:docs/add-missing-community-envs-to-readme
Open

docs: add 12 undocumented community environments to README#444
amethystani wants to merge 1 commit intoNousResearch:mainfrom
amethystani:docs/add-missing-community-envs-to-readme

Conversation

@amethystani
Copy link
Copy Markdown

Summary

12 community environments have been merged into environments/community/ but are not listed in the community README.md. This PR adds documentation entries for all of them so contributors and researchers can discover these environments.

Environments added to README (entries 31–42):

# Directory Description
31 bleuberi/ BLEU-based instruction-following reward environment (GRPO)
32 cybersecurity_sigma/ Sigma detection rule generation from threat-hunting prompts
33 ethereum_virtual_machine/ EVM text-to-transaction agent with Anvil blockchain simulation
34 goofy_math/ Math accuracy + humor via two-stage judging on GSM8K
35 options_iv_prediction/ Implied volatility prediction from live Yahoo Finance data
36 pay_to_play/ Mixture-of-judges RL with economic agent card selection
37 regex_generation/ Natural language to Python regex with execution-based rewards
38 sql_query_env/ Text-to-SQL with WikiSQL, verified by running against SQLite
39 tutor_rl_agent/ Teacher-student tutoring sessions with learning outcome rewards
40 wikipedia_research/ Multi-step web research + Wikipedia-style article writing
41 word_hunt/ 4×4 grid word game combining spatial reasoning and vocabulary
42 xitter_env/ Simulated social media agent environment

What changed

  • environments/community/README.md: +271 lines adding entries 31–42, each following the existing format (contributor, PR link, integration status, description, core features, requirements)

No code changes

This is a documentation-only PR. No environment code, configs, or tests were modified.

Test plan

  • Verified all 12 directories exist in environments/community/
  • Verified none of these had existing entries in the README
  • Verified no open PRs cover these same environments
  • Each entry uses the established README format matching the existing 30 entries
  • PR/contributor attribution traced from merged PR history and environment READMEs

12 environments existed in environments/community/ but were not
documented in the community README. This adds entries for:

- bleuberi (BLEU-based instruction-following rewards)
- cybersecurity_sigma (Sigma detection rule generation)
- ethereum_virtual_machine (EVM text-to-transaction agent)
- goofy_math (accurate + entertaining math explanations)
- options_iv_prediction (implied volatility prediction)
- pay_to_play (mixture-of-judges with economic constraints)
- regex_generation (natural language to regex)
- sql_query_env (text-to-SQL with execution-based rewards)
- tutor_rl_agent (teacher-student tutoring sessions)
- wikipedia_research (multi-step web research + article writing)
- word_hunt (4x4 grid word game)
- xitter_env (simulated social media agent)

Each entry follows the existing README format with contributor,
PR link, integration status, description, core features, and
requirements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant