Skip to content

Commit

Permalink
Merge pull request #19 from fhswf/sb3_latest
Browse files Browse the repository at this point in the history
Refact: Latest SB3 Version
  • Loading branch information
steveyuwono authored Dec 3, 2024
2 parents 571f04a + 01fe9e4 commit 564cf23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al'

# The full version, including alpha/beta/rc tags
release = '1.0.3'
release = '1.0.4'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions doc/rtd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mlpro_int_gymnasium>=1.0.2
mlpro_int_gymnasium[full]>=1.0.2
mlpro_int_mujoco[full]>=1.0.1
mlpro>=1.9.0
gymnasium!=1.0.0
stable_baselines3>=2.3.0
sb3-contrib>=2.2.1
torch>=2.0.0,<=2.3.1
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mlpro_int_gymnasium>=1.0.2
mlpro_int_gymnasium[full]>=1.0.2
mlpro_int_mujoco[full]>=1.0.1
mlpro>=1.9.0
gymnasium!=1.0.0
stable_baselines3>=2.3.0
sb3-contrib>=2.2.1
torch>=2.0.0,<=2.3.1
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mlpro-int-sb3
version = 1.0.3
version = 1.0.4
author = MLPro Team
author_email = [email protected]
description = MLPro: Integration StableBaselines3
Expand All @@ -26,10 +26,9 @@ where = src

[options.extras_require]
full =
mlpro_int_gymnasium>=1.0.2
mlpro_int_gymnasium[full]>=1.0.2
mlpro_int_mujoco[full]>=1.0.1
mlpro>=1.9.0
gymnasium!=1.0.0
stable_baselines3>=2.3.0
sb3-contrib>=2.2.1
torch>=2.0.0,<=2.3.1
Expand Down
5 changes: 2 additions & 3 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='mlpro-int-sb3',
version='1.0.3',
version='1.0.4',
description='MLPro: Integration StableBaselines3',
author='MLPro Team',
author_mail='[email protected]',
Expand All @@ -12,10 +12,9 @@
# Package dependencies for full installation
extras_require={
"full": [
"mlpro_int_gymnasium>=1.0.2",
"mlpro_int_gymnasium[full]>=1.0.2",
"mlpro_int_mujoco[full]>=1.0.1",
"mlpro>=1.9.0",
"gymnasium!=1.0.0",
"stable_baselines3>=2.3.0",
"sb3-contrib>=2.2.1",
"torch>=2.0.0,<=2.3.1",
Expand Down

0 comments on commit 564cf23

Please sign in to comment.