-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
54 lines (43 loc) · 1.28 KB
/
paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\def\year{2018}\relax
\documentclass[letterpaper]{article} %DO NOT CHANGE THIS
\usepackage{lib/aaai18} %Required
\usepackage{times} %Required
\usepackage{helvet} %Required
\usepackage{courier} %Required
\usepackage{url} %Required
\usepackage{graphicx} %Required
\frenchspacing %Required
\setlength{\pdfpagewidth}{8.5in} %Required
\setlength{\pdfpageheight}{11in} %Required
\setcounter{secnumdepth}{0}
\usepackage{subfig}
\newcommand{\auth}{we}
\newcommand{\Auth}{We}
\newcommand{\authp}{us}
\newcommand{\authpp}{our}
\newcommand{\Authpp}{Our}
\newcommand{\numepoch}{1024}
\begin{document}
% The file aaai.sty is the style file for AAAI Press
% proceedings, working notes, and technical reports.
%
\title{Exploration and Evaluation of Deep Reinforcement Learning \\ in the CartPole environment}
\author{Eduard Bicego \and Federico Ghirardelli \\\\
University of Padova - Department of Mathematics\\
Via Trieste, 63, 35121 Padova - Italy\\
}
\nocopyright
\maketitle
% ---- Sections ----
\input{sections/abstract}
\input{sections/intro}
\input{sections/background}
\input{sections/experiments}
\input{sections/results}
\input{sections/issues}
\input{sections/future}
\input{sections/conclusions}
% ---- Bibliography ----
\bibliographystyle{aaai}
\bibliography{bib/biblio}
\end{document}