Update to gymnasium notices (#14)

This commit is contained in:
Mark Towers
2022-09-13 12:14:08 +01:00
committed by GitHub
parent e36e400db1
commit b48e1626fd
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import numpy as np
import gymnasium
class RunningMeanStd:
"""Tracks the mean, variance and count of values."""

View File

@@ -1,7 +1,7 @@
numpy>=1.18.0
cloudpickle>=1.2.0
importlib_metadata>=4.8.0; python_version < '3.10'
gym_notices>=0.0.4
gymnasium_notices>=0.0.1
dataclasses==0.8; python_version == '3.6'
typing_extensions==4.3.0; python_version == '3.7'
opencv-python>=3.0

View File

@@ -15,7 +15,7 @@ with open("gymnasium/version.py") as file:
extras = {
"atari": ["ale-py~=0.8.0"],
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
"classic_control": ["pygame==2.1.0"],
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
"mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],
@@ -65,7 +65,7 @@ setup(
"numpy >= 1.18.0",
"cloudpickle >= 1.2.0",
"importlib_metadata >= 4.8.0; python_version < '3.10'",
"gym_notices >= 0.0.4",
"gymnasium_notices >= 0.0.1",
"dataclasses == 0.8; python_version == '3.6'",
],
license="MIT",