增加L0训练阶段的MCTS部分

This commit is contained in:
hisatri
2025-07-23 07:04:10 +08:00
parent 88bed2a1ef
commit 4410defbe5
23 changed files with 5205 additions and 0 deletions

14
requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
# PyTorch生态系统
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# 数值计算
numpy>=1.21.0
# 数据处理和存储
pickle-mixin>=1.0.2
pytest
matplotlib
seaborn