Skip to content

Commit 7bde4f2

Browse files
committed
extended on wholesale stuff
1 parent 84e714d commit 7bde4f2

File tree

8 files changed

+166
-117
lines changed

8 files changed

+166
-117
lines changed

src/bibliography.bib

Lines changed: 10 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,14 @@ @misc{mozur_markoff_2017
151151
}
152152

153153
@misc{faznetchina_2018,
154-
title = {Merkel in China: Die Kanzlerin kündigt Großes an},
155-
url = {http://www.faz.net/aktuell/wirtschaft/merkel-die-kooperation-mit-china-muss-jetzt-auf-ganz-neue-fuesse-gestellt-werden-15607145.html},
156-
journal = {FAZ.NET},
157-
publisher = {Frankfurter Allgemeine Zeitung},
158-
year = {2018},
159-
month = {May}
154+
title = {Merkel in China: Die Kanzlerin kündigt Großes an},
155+
howpublished =
156+
{\url{http://www.faz.net/aktuell/wirtschaft/merkel-die-kooperation-mit-china-muss-jetzt-auf-ganz-neue-fuesse-gestellt-werden-15607145.html}},
157+
journal = {FAZ.NET},
158+
publisher = {Frankfurter Allgemeine Zeitung},
159+
year = {2018},
160+
note = {Accessed: 2018-05-10},
161+
month = {May}
160162
}
161163

162164
@article{lillicrap2015continuous,
@@ -219,7 +221,7 @@ @misc{criu
219221
}
220222

221223
@misc{clickcli,
222-
title = {Click_},
224+
title = {Click\_},
223225
howpublished = {\url{http://click.pocoo.org/5/}},
224226
author = {Ronacher, Armin},
225227
note = {Accessed: 2018-04-22},
@@ -517,44 +519,7 @@ @misc{tensorflow2015-whitepaper
517519
author = {
518520
Mart\'{\i}n~Abadi and
519521
Ashish~Agarwal and
520-
Paul~Barham and
521-
Eugene~Brevdo and
522-
Zhifeng~Chen and
523-
Craig~Citro and
524-
Greg~S.~Corrado and
525-
Andy~Davis and
526-
Jeffrey~Dean and
527-
Matthieu~Devin and
528-
Sanjay~Ghemawat and
529-
Ian~Goodfellow and
530-
Andrew~Harp and
531-
Geoffrey~Irving and
532-
Michael~Isard and
533-
Yangqing Jia and
534-
Rafal~Jozefowicz and
535-
Lukasz~Kaiser and
536-
Manjunath~Kudlur and
537-
Josh~Levenberg and
538-
Dan~Man\'{e} and
539-
Rajat~Monga and
540-
Sherry~Moore and
541-
Derek~Murray and
542-
Chris~Olah and
543-
Mike~Schuster and
544-
Jonathon~Shlens and
545-
Benoit~Steiner and
546-
Ilya~Sutskever and
547-
Kunal~Talwar and
548-
Paul~Tucker and
549-
Vincent~Vanhoucke and
550-
Vijay~Vasudevan and
551-
Fernanda~Vi\'{e}gas and
552-
Oriol~Vinyals and
553-
Pete~Warden and
554-
Martin~Wattenberg and
555-
Martin~Wicke and
556-
Yuan~Yu and
557-
Xiaoqiang~Zheng},
522+
Paul~Barham},
558523
year = {2015},
559524
}
560525

src/body.tex

Lines changed: 131 additions & 60 deletions
Large diffs are not rendered by default.

src/compile.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/glossary.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\makeglossaries
1+
%\makeglossaries
2+
%\printglossaries
23

34
\newglossaryentry{economiccontrol}
45
{

src/head.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
\usepackage[left=5cm, top=2cm, bottom=2cm, right=2cm]{geometry}
2626
\usepackage{setspace}
2727
\onehalfspacing
28-
2928
\lstset{
3029
basicstyle=\footnotesize, % the size of the fonts that are used for the code
3130
breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace

src/img/WholesaleComponent.png

1.37 MB
Loading

src/img/WholesaleEnvironment

Lines changed: 0 additions & 1 deletion
This file was deleted.

todos.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# TODO Thesis last 3 weeks
2+
3+
## Reviewing
4+
- Send to Peter and Christian
5+
- Get feedback from Lukas
6+
- Let Giorgia read
7+
- what about the printing? call the printing service
8+
-
9+
10+
## Writing
11+
- discussing the reward functions for RL agents in wholesale?
12+
- moving the reward functions into a separate subchapter
13+
- learning from historical data describing the three stages (bandit arm, discrete preselected actions, continuous
14+
actions)
15+
- results --> have I answered the research question? No, no success. But I have built a good baseline for future woork.
16+
17+
## Coding
18+
- try bandit style: agent just learns what price to bid, not how much.
19+
- "walk backwards" from bandit to continuous action space
20+
- try with more input types / preprocess better
21+
- draw.io graphic on wholesale components
22+
23+
-

0 commit comments

Comments
 (0)