mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-30 09:55:39 +00:00
Update to v0.26.3
This commit is contained in:
@@ -19,7 +19,7 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
__all__ = ["Env", "Space", "Wrapper", "make", "spec", "register"]
|
__all__ = ["Env", "Space", "Wrapper", "make", "spec", "register"]
|
||||||
__version__ = "0.26.2"
|
__version__ = "0.26.3"
|
||||||
|
|
||||||
# Initializing pygame initializes audio connections through SDL. SDL uses alsa by default on all Linux systems
|
# Initializing pygame initializes audio connections through SDL. SDL uses alsa by default on all Linux systems
|
||||||
# SDL connecting to alsa frequently create these giant lists of warnings every time you import an environment using
|
# SDL connecting to alsa frequently create these giant lists of warnings every time you import an environment using
|
||||||
|
Reference in New Issue
Block a user