Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 7e222affb2 chore(deps): Update stable-baselines3 requirement
Updates the requirements on [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) to permit the latest version.
- [Release notes](https://github.com/DLR-RM/stable-baselines3/releases)
- [Commits](https://github.com/DLR-RM/stable-baselines3/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: stable-baselines3
  dependency-version: 2.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 06:11:21 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v6
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-docs-${{ hashFiles('**/pyproject.toml') }}
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v6
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-lint-${{ hashFiles('**/pyproject.toml') }}
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
python-version: "3.10"
- name: Cache pip dependencies
uses: actions/cache@v6
uses: actions/cache@v5
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-security-${{ hashFiles('**/requirements.txt') }}
+1 -1
View File
@@ -8,7 +8,7 @@
# Only install if you want to use full PPO/A2C/SAC training.
# Core RL library
stable-baselines3[extra]>=2.8.0
stable-baselines3[extra]>=2.9.0
# Gymnasium environment (OpenAI Gym successor)
gymnasium>=0.29.1