论文完成蓝图初步定义
This commit is contained in:
23
paper/main.tex
Normal file
23
paper/main.tex
Normal 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}
|
||||
Reference in New Issue
Block a user