Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 926 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 926 Bytes

Gym Contribution Guidelines

At this time we are currently accepting the current forms of contributions:

  • Bug reports (keep in mind that changing environment behavior should be minimized as that requires releasing a new version of the environment and makes results hard to compare across versions)
  • Pull requests for bug fixes
  • Documentation improvements

Notably, we are not accepting these forms of contributions:

  • New environments
  • New features

This may change in the future. If you wish to make a Gym environment, follow the instructions in Creating Environments. When your environment works, you can make a PR to add it to the bottom of the List of Environments.

Edit July 27, 2021: Please see openai#2259 for new contributing standards