增加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

68
.gitignore vendored
View File

@@ -483,3 +483,71 @@ TSWLatexianTemp*
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
# ---> Deep2048 项目特定文件
# 统一数据目录命名规范
data/
logs/
checkpoints/
outputs/
results/
models/
# 临时数据目录(旧命名,逐步迁移)
*_data/
*_logs/
*_checkpoints/
training_data/
l0_training_data/
l0_production_data/
l0_test_data/
benchmark_training_data/
demo_mcts_training/
demo_training_data/
gameplay_training_data/
test_batch_data/
test_l0_data/
test_mcts_data/
# 模型和数据文件
*.pth
*.pt
*.ckpt
*.h5
*.pkl
*.pickle
*.npz
*.npy
# 可视化输出
plots/
figures/
*.png
*.jpg
*.jpeg
*.svg
mcts_*.png
# 性能分析文件
*.prof
*.profile
# 配置文件(包含敏感信息)
config_local.json
secrets.json
# 测试输出
test_output/
benchmark_results/
# 备份文件
*.old
*.backup
*.bak
# 临时文件
*.tmp
*.temp
# LaTeX编译PDF
*.pdf