Files
deep2048/paper/sections/00_abstract.tex
2025-07-22 22:53:20 +08:00

11 lines
748 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\begin{abstract}
本文拟设计一种新的2048游戏训练流程最终目的是使用大参数的2D相对位置编码自注意力神经网络
完成对游戏局面的精确估值和决策并尝试将模型能力由基本的4×4扩展到3~10之间任意边长、任意长宽比的棋盘尺寸。
本文拟设计一种从小参数残差卷积网络ResNet-style CNN结合蒙特卡洛树搜索
迁移到中等规模的2D相对位置编码自注意力网络的训练流程利用CNN+MCTS多次迭代后生成的低噪声高质量数据
指导Transformer模型的高效训练
\end{abstract}
\textbf{关键词:} 2048游戏、深度强化学习、相对位置编码、self-attention、估值策略网络