Skip to content

Commit

Permalink
reshuffled, just the WS component now
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwhoop committed Jul 19, 2018
1 parent e91e255 commit 46af81f
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 83 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ macbook.vim
_minted-main/
*.markdown.*
**/_markdown_main/
appendix/


Literature/
Expand Down
Binary file not shown.
24 changes: 24 additions & 0 deletions src/appendix.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

\begin{appendices}

\chapter{Digital resources}
Attached to the thesis is a data medium that holds all cited sources, developed and used source code, graphics and
analyses using e.g.\ Jupyter Notebooks. Below is an overview of each folder present on the disk with a short description
of its contents.

\begin{description}
\item[README.html] is a document holding information about the additional information contained on the DVD as well
as links to further information
\item[analysis] Holds all Jupyter Notebooks. See them also directly on
\url{https://github.com/pascalwhoop/broker-python/tree/master/notebooks}.
\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}
project folders as well as my own projects. It's a direct zip of my file system and therefore contains \texttt{.git}
directories and links to the upstream GitHub repositories. It also contains all data used to train the demand predictor
and the wholesale agent offline. This zip expands to over 16GB.
\item[graphics] contains a number of generated graphics that was used to better understand competitor agents, the
overall dynamics of the game and other information that can be best grasped when visualized.
\item[sources] contains all papers, books and websites that were used to write the thesis
\item[thesis] contains all sources and the rendered \text{main.pdf} file of the main thesis document
\item[others] contains anything that didn't match the aforementioned categories
\end{description}
\end{appendices}
7 changes: 7 additions & 0 deletions src/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -790,3 +790,10 @@ @inproceedings{yosinski2015understanding
year = {2015}
}

@book{sutton1998reinforcement,
title = {Reinforcement learning: An introduction},
author = {Sutton, Richard S and Barto, Andrew G and others},
year = {1998},
publisher = {MIT press}
}

184 changes: 102 additions & 82 deletions src/body.tex

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/head.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
%\usepackage{subcaption}
\usepackage{minted}
\usepackage{markdown}
\usepackage[toc]{appendix}
\usepackage{amsmath}
\usepackage[printonlyused, nohyperlinks]{acronym}
\usepackage{amssymb}
Expand Down
2 changes: 1 addition & 1 deletion src/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
\input{body.tex}



\input{appendix.tex}
\newpage
%Bibliography
\bibliographystyle{apalike}
Expand Down

0 comments on commit 46af81f

Please sign in to comment.