Skip to content

Commit

Permalink
FIX: versioning in README.md (openai#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
younik authored Jan 19, 2023
1 parent 6ba886a commit 97174d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Please note that this is an incomplete list, and just includes libraries that th

## Environment Versioning

Gymnasium keeps strict versioning for reproducibility reasons. All environments end in a suffix like "\_v0". When changes are made to environments that might impact learning results, the number is increased by one to prevent potential confusion. These inherent from Gym.
Gymnasium keeps strict versioning for reproducibility reasons. All environments end in a suffix like "-v0". When changes are made to environments that might impact learning results, the number is increased by one to prevent potential confusion. These inherent from Gym.

## Development Roadmap

Expand Down

0 comments on commit 97174d7

Please sign in to comment.