Skip to content

Commit 46af81f

Browse files
committed
reshuffled, just the WS component now
1 parent e91e255 commit 46af81f

File tree

7 files changed

+136
-83
lines changed

7 files changed

+136
-83
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ macbook.vim
44
_minted-main/
55
*.markdown.*
66
**/_markdown_main/
7+
appendix/
78

89

910
Literature/
-116 KB
Binary file not shown.

src/appendix.tex

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
\begin{appendices}
3+
4+
\chapter{Digital resources}
5+
Attached to the thesis is a data medium that holds all cited sources, developed and used source code, graphics and
6+
analyses using e.g.\ Jupyter Notebooks. Below is an overview of each folder present on the disk with a short description
7+
of its contents.
8+
9+
\begin{description}
10+
\item[README.html] is a document holding information about the additional information contained on the DVD as well
11+
as links to further information
12+
\item[analysis] Holds all Jupyter Notebooks. See them also directly on
13+
\url{https://github.com/pascalwhoop/broker-python/tree/master/notebooks}.
14+
\item[code\_and\_data] contains a 2.4GB zip file that contains all source code used and developed. It's a collection of \ac{PowerTAC}
15+
project folders as well as my own projects. It's a direct zip of my file system and therefore contains \texttt{.git}
16+
directories and links to the upstream GitHub repositories. It also contains all data used to train the demand predictor
17+
and the wholesale agent offline. This zip expands to over 16GB.
18+
\item[graphics] contains a number of generated graphics that was used to better understand competitor agents, the
19+
overall dynamics of the game and other information that can be best grasped when visualized.
20+
\item[sources] contains all papers, books and websites that were used to write the thesis
21+
\item[thesis] contains all sources and the rendered \text{main.pdf} file of the main thesis document
22+
\item[others] contains anything that didn't match the aforementioned categories
23+
\end{description}
24+
\end{appendices}

src/bibliography.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,3 +790,10 @@ @inproceedings{yosinski2015understanding
790790
year = {2015}
791791
}
792792

793+
@book{sutton1998reinforcement,
794+
title = {Reinforcement learning: An introduction},
795+
author = {Sutton, Richard S and Barto, Andrew G and others},
796+
year = {1998},
797+
publisher = {MIT press}
798+
}
799+

src/body.tex

Lines changed: 102 additions & 82 deletions
Large diffs are not rendered by default.

src/head.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
%\usepackage{subcaption}
44
\usepackage{minted}
55
\usepackage{markdown}
6+
\usepackage[toc]{appendix}
67
\usepackage{amsmath}
78
\usepackage[printonlyused, nohyperlinks]{acronym}
89
\usepackage{amssymb}

src/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
\input{body.tex}
1919

2020

21-
21+
\input{appendix.tex}
2222
\newpage
2323
%Bibliography
2424
\bibliographystyle{apalike}

0 commit comments

Comments
 (0)