magicciv/tooling/rl-self-play/requirements.txt
Natalie ad108810dd feat(@projects/@magic-civilization): add rl-self-play harness and Claude player integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 03:51:07 -07:00

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