Skip to content

Commit b73050e

Browse files
committed
adding several visualisations for demand
1 parent e10beed commit b73050e

16 files changed

+243
-126
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Session.vim
22
ipad.vim
33
macbook.vim
44
_minted-main/
5+
*.markdown.*
6+
**/_markdown_main/
57

68

79
Literature/

src/bibliography.bib

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
@article{lillicrap2015continuous,
2+
title = {Continuous control with deep reinforcement learning},
3+
author = {Lillicrap, Timothy P and Hunt, Jonathan J and Pritzel, Alexander and Heess, Nicolas and Erez, Tom and
4+
Tassa, Yuval and Silver, David and Wierstra, Daan},
5+
journal = {arXiv preprint arXiv:1509.02971},
6+
year = {2015}
7+
}
8+
19
@misc{grpc,
210
title = {GRPC A High Performance, open-source universal RPC framework},
311
howpublished = {\url{https://grpc.io/}},
@@ -314,7 +322,7 @@ @misc{openaigym
314322

315323
@misc{jsonxml,
316324
Author = {Tom Strassner},
317-
Title = {\ac XML vs JSON},
325+
Title = {{XML vs JSON}},
318326
url= {\url{http://www.cs.tufts.edu/comp/150IDS/final_papers/tstras01.1/FinalReport/FinalReport.html}},
319327
year = {2017}
320328
}

src/chaps/communication.tex

Whitespace-only changes.

src/chaps/implementation.tex

Lines changed: 227 additions & 124 deletions
Large diffs are not rendered by default.

src/chaps/introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
% - global warming, lots of problems
66
% - reinvent the energy grid, lots of changes to the structure
77
% - very difficult to construct such a highly complex, globally spanning, must-never-fail system
8-
% - recent developments of of A.I. and machine learning
8+
% - recent developments of of A.I. and machine learnin
99
% - combine the two
1010

1111
%Intro long

src/chaps/powertac.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
causes an imbalance in the system, giving incentives to the brokers to balance their own portfolios prior to the
88
balancing operations. Figure ~\ref{fig:powertacoverview} summarizes this ecosystem.
99

10+
%TODO have i also explained how the brokers get punished for peaks etc? what about the accounting models.
11+
1012
\begin{figure}[!h]%!h \centering
1113
\includegraphics[width=0.9\textwidth]{powerTACScenarioOverview.png} \caption{PowerTAC overview of markets}
1214
\label{fig:powertacoverview} \end{figure}

src/head.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
\usepackage{graphicx}
22
\usepackage{tabularx}
33
\usepackage{minted}
4+
\usepackage{markdown}
45
\usepackage{amsmath}
56
\usepackage[printonlyused, nohyperlinks]{acronym}
67
\usepackage{amssymb}

src/img/demand_1.png

64.9 KB
Loading

src/img/demand_2.png

44.8 KB
Loading

src/img/demand_3.png

96.4 KB
Loading

0 commit comments

Comments
 (0)