Skip to content

Commit b48e162

Browse files
Update to gymnasium notices (#14)
1 parent e36e400 commit b48e162

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: gymnasium/wrappers/normalize.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import gymnasium
55

6+
67
class RunningMeanStd:
78
"""Tracks the mean, variance and count of values."""
89

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.18.0
22
cloudpickle>=1.2.0
33
importlib_metadata>=4.8.0; python_version < '3.10'
4-
gym_notices>=0.0.4
4+
gymnasium_notices>=0.0.1
55
dataclasses==0.8; python_version == '3.6'
66
typing_extensions==4.3.0; python_version == '3.7'
77
opencv-python>=3.0

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
extras = {
1616
"atari": ["ale-py~=0.8.0"],
1717
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
18-
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
18+
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
1919
"classic_control": ["pygame==2.1.0"],
2020
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
2121
"mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],
@@ -65,7 +65,7 @@
6565
"numpy >= 1.18.0",
6666
"cloudpickle >= 1.2.0",
6767
"importlib_metadata >= 4.8.0; python_version < '3.10'",
68-
"gym_notices >= 0.0.4",
68+
"gymnasium_notices >= 0.0.1",
6969
"dataclasses == 0.8; python_version == '3.6'",
7070
],
7171
license="MIT",

0 commit comments

Comments
 (0)