12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
pygame==2.5.2
|
|
numpy==1.26.3
|
|
black==23.12.1 # for code formatting
|
|
pytest==7.4.3 # for testing
|
|
pytest-xdist==3.5.0 # for parallel test execution
|
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
|
torch==2.1.2+cu118 # CUDA 11.8 support
|
|
stable-baselines3[extra]==2.2.1 # for reinforcement learning
|
|
tensorboard==2.15.1 # for training visualization
|
|
gymnasium==0.29.1 # for RL environment interface
|
|
tqdm==4.66.1
|
|
rich==13.7.0 |