Files
deep2048/paper/main.tex
2025-07-25 10:36:25 +08:00

25 lines
500 B
TeX

\documentclass[12pt, a4paper]{article}
% 引入导言区设置
\input{preamble}
% --- 文档信息 ---
\title{一种2D相对位置编码self-attention估值策略网络在2048游戏中的应用}
\author{-}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\newpage
% 引入各章节内容
\input{sections/00_abstract}
\input{sections/01_introduction.tex}
\input{sections/02_problem_analyze.tex}
\input{sections/03_numerical_design.tex}
\input{sections/04_training.tex}
\end{document}