论文完成蓝图初步定义

This commit is contained in:
hisatri
2025-07-22 22:53:20 +08:00
parent a1e81ad870
commit 88bed2a1ef
6 changed files with 293 additions and 0 deletions

23
paper/main.tex Normal file
View File

@@ -0,0 +1,23 @@
\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_training.tex}
\end{document}