FIX: versioning in README.md (#270)

This commit is contained in:
Omar Younis
2023-01-19 12:38:46 +01:00
committed by GitHub
parent 6ba886abce
commit 97174d7eef

View File

@@ -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