增加L0训练阶段的MCTS部分
This commit is contained in:
68
.gitignore
vendored
68
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user