Skip to content

Conversation

Copy link

Copilot AI commented Nov 1, 2025

Main README lacked a quick reference for available environments, making discovery difficult for new users.

Changes:

  • Added "Available Environments" section after Featured Example with table of 10 environments
  • Table columns: Environment name, Domain, Description, Documentation link
  • Environments ordered by wow factor: High-impact environments with large game collections first (Atari, OpenSpiel), followed by complex real-world applications (FinRL, SUMO-RL, DIPG Safety), practical development tools (Git, Coding, Chat), and simpler testing environments last (TextArena, Echo)
  • Positioned before "OpenEnv on partner platforms" for optimal visibility

Users can now quickly scan environment capabilities and navigate directly to detailed docs rather than exploring the repository structure.

<issue_title>Add section in Main Readme for top environments</issue_title>
><issue_description>Right now Main ReadMe has some great starter materials at top but it would be great to have a table of environments, along with what they cover, one line explanation etc </issue_description>
>
> ## Comments on the Issue (you are @copilot in this section)
>
>
>
>

Original prompt

This section details on the original issue you should resolve

<issue_title>Add section in Main Readme for top environments</issue_title>
<issue_description>Right now Main ReadMe has some great starter materials at top but it would be great to have a table of environments, along with what they cover, one line explanation etc </issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@meta-cla
Copy link

meta-cla bot commented Nov 1, 2025

Hi @Copilot!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

- Added new "Available Environments" section after Featured Example
- Table includes 10 environments with domain, description, and links
- Organized by purpose: testing, code execution, LLM training, games, dev tools, finance, traffic, safety
- All links verified to point to correct environment READMEs

Co-authored-by: init27 <[email protected]>
Copilot AI changed the title [WIP] Add section in Main Readme for top environments Add environments table to main README Nov 1, 2025
Copilot AI requested a review from init27 November 1, 2025 04:08
Copilot finished work on behalf of init27 November 1, 2025 04:08
@init27
Copy link
Contributor

init27 commented Nov 1, 2025

@copilot lets re-order them in the order of coolness or WOW factor

- Moved Atari and OpenSpiel to top (100+ and 70+ games respectively)
- Placed complex real-world envs next (FinRL, SUMO-RL, DIPG Safety)
- Mid-tier practical envs follow (Git, Coding, Chat)
- Testing/simple envs at bottom (TextArena, Echo)

Co-authored-by: init27 <[email protected]>
Copy link
Author

Copilot AI commented Nov 1, 2025

@copilot lets re-order them in the order of coolness or WOW factor

Reordered environments by wow factor in ff3bcf2:

High Impact (Top):

  • Atari (100+ classic games)
  • OpenSpiel (70+ games from DeepMind)
  • FinRL (stock trading)
  • SUMO-RL (traffic simulation)
  • DIPG Safety (medical AI safety)

Practical Tools (Middle):

  • Git, Coding, Chat

Simple/Testing (Bottom):

  • TextArena, Echo

Copilot finished work on behalf of init27 November 1, 2025 04:37
@jspisak jspisak added the documentation Improvements or additions to documentation label Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add section in Main Readme for top environments

3 participants