9 lines
322 B
Text
9 lines
322 B
Text
# Pinned to versions that are known to compose cleanly with sb3-contrib's
|
|
# MaskablePPO as of 2026-Q2. Bump together — sb3 and sb3-contrib track in
|
|
# lockstep, and torch's wheel ABI changes between minor versions.
|
|
gymnasium==1.2.1
|
|
stable-baselines3==2.7.0
|
|
sb3-contrib==2.7.0
|
|
torch==2.4.1
|
|
numpy>=2.0,<3
|
|
tensorboard>=2.18
|