File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1111# add these directories to sys.path here. If the directory is relative to the
1212# documentation root, use os.path.abspath to make it absolute, like shown here.
1313#
14+ import datetime
1415import os
1516import sys
1617from typing import Dict
4445# -- Project information -----------------------------------------------------
4546
4647project = "Stable Baselines3 - Contrib"
47- copyright = "2023 , Stable Baselines3"
48+ copyright = f"2021- { datetime . date . today (). year } , Stable Baselines3"
4849author = "Stable Baselines3 Contributors"
4950
5051# The short X.Y version
Original file line number Diff line number Diff line change 33Changelog
44==========
55
6- Release 2.3.0a4 (WIP )
6+ Release 2.3.0 (2024-03-31 )
77--------------------------
88
9+ **New defaults hyperparameters for QR-DQN **
10+
911Breaking Changes:
1012^^^^^^^^^^^^^^^^^
1113- Upgraded to Stable-Baselines3 >= 2.3.0
@@ -23,6 +25,8 @@ Breaking Changes:
2325 New Features:
2426^^^^^^^^^^^^^
2527- Added ``rollout_buffer_class `` and ``rollout_buffer_kwargs `` arguments to MaskablePPO
28+ - Log success rate ``rollout/success_rate `` when available for on policy algorithms
29+
2630
2731Bug Fixes:
2832^^^^^^^^^^
Original file line number Diff line number Diff line change 1- 2.3.0a5
1+ 2.3.0
Original file line number Diff line number Diff line change 6565 packages = [package for package in find_packages () if package .startswith ("sb3_contrib" )],
6666 package_data = {"sb3_contrib" : ["py.typed" , "version.txt" ]},
6767 install_requires = [
68- "stable_baselines3>=2.3.0a5 ,<3.0" ,
68+ "stable_baselines3>=2.3.0 ,<3.0" ,
6969 ],
7070 description = "Contrib package of Stable Baselines3, experimental code." ,
7171 author = "Antonin Raffin" ,
You can’t perform that action at this time.
0 commit comments