世界首个我的世界强模神经网络
Python == 3.9
Packages
- torch
- torchvision
- tqdm
- numpy
- matplotlib
train model:
python main.py
test model:
python test.py
python checkPKL.py
关于生成的 commands 如何批量使用可以参考 这篇文章
通过调用 model.py
文件中模型的 simulate_mc()
方法可以模拟游戏中实际的计算过程
- 添加 log 方便 debug
- 开发 CNN 版本
- 开发 Attention 版本