Skip to content

Commit e91e255

Browse files
committed
spelling formatting wordy/ditto applied
1 parent 301739e commit e91e255

File tree

6 files changed

+331
-237
lines changed

6 files changed

+331
-237
lines changed

scratchpad.tex

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,4 @@
44
\section{Scratchpad}
55

66

7-
\begin{equation}
8-
\text{needed} = \text{purchased before} + \text{prediction}
9-
\end{equation}
10-
11-
\begin{equation}
12-
r_{\text{pred}} = - | \text{action} - \text{needed} | * \frac{\text{step}}{24}
13-
\end{equation}
14-
15-
\begin{equation}
16-
r = r_{pred} * \alpha + r_{term} * (1-\alpha)
17-
\end{equation}
18-
197
\end{document}

src/acronyms.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ \section*{Abbreviations}
3131
\acro {SARSA} {State-Action-Reward-State-Action}
3232
\acro {SOTA} {state-of-the-art}
3333
\acro {TF} {TensorFlow}
34+
\acro {SELF} {Smart Electricity Market Learners with Function Approximation}
3435
\acro {TPU} {Tensor Processing Unit}
3536
\acro {XML} {Extensive Markup Language}
3637
\acro {API} {Application Programming Interface}

src/bibliography.bib

Lines changed: 60 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -726,13 +726,67 @@ @article{parisotto2015actor
726726
}
727727

728728
@article{french1999catastrophic,
729-
title = {Catastrophic forgetting in connectionist networks},
730-
author = {French, Robert M},
731-
journal = {Trends in cognitive sciences},
732-
volume = {3},
729+
title = {Catastrophic forgetting in connectionist networks},
730+
author = {French, Robert M},
731+
journal = {Trends in cognitive sciences},
732+
volume = {3},
733+
number = {4},
734+
pages = {128--135},
735+
year = {1999},
736+
publisher = {Elsevier}
737+
}
738+
739+
@inproceedings{veneman2011review,
740+
title = {A review of agent-based models for forecasting the deployment of distributed generation in energy systems},
741+
author = {Veneman, Jason G and Oey, MA and Kortmann, LJ and Brazier, FM and De Vries, LJ},
742+
booktitle = {Proceedings of the 2011 Grand Challenges on Modeling and Simulation Conference},
743+
pages = {16--21},
744+
year = {2011},
745+
organization = {Society for Modeling \& Simulation International}
746+
}
747+
748+
749+
@article{zhou2007agent,
750+
title = {Agent-based simulation of electricity markets: a survey of tools},
751+
author = {Zhou, Zhi and Chan, Wai Kin Victor and Chow, Joe H},
752+
journal = {Artificial Intelligence Review},
753+
volume = {28},
733754
number = {4},
734-
pages = {128--135},
735-
year = {1999},
755+
pages = {305--342},
756+
year = {2007},
757+
publisher = {Springer}
758+
}
759+
760+
@article{abar2017agent,
761+
title = {Agent based modelling and simulation tools: a review of the state-of-art software},
762+
author = {Abar, Sameera and Theodoropoulos, Georgios K and Lemarinier, Pierre and O’Hare, Gregory MP},
763+
journal = {Computer Science Review},
764+
volume = {24},
765+
pages = {13--33},
766+
year = {2017},
736767
publisher = {Elsevier}
737768
}
738769

770+
@book{mitei2011,
771+
author = {G Kassakian, John and Schmalensee, Richard and Desgroseilliers, Gary and D Heidel, Timothy and Afridi, Khurram and Farid, Amro and M Grochow, Jerrold and W Hogan, William and D Jacoby, Henry and L Kirtley, James and G Michaels, Harvey and Perez-Arriaga, Ignacio and J Perreault, David and Rose, Nancy and L Wilson, Gerald and Abudaldah, Nabi and Chen, Minjie and E Donohoo, Pearl and J Gunter, Samantha and Institute Technology, Massachusetts},
772+
year = {2011},
773+
month = {01},
774+
pages = {1-280},
775+
title = {The Future of the Electric Grid: An Interdisciplinary MIT Study}
776+
}
777+
778+
@misc{schaarschmidt2017tensorforce,
779+
author = {Schaarschmidt, Michael and Kuhnle, Alexander and Fricke, Kai},
780+
title = {TensorForce: A TensorFlow library for applied reinforcement learning},
781+
howpublished = {Web page},
782+
url = {https://github.com/reinforceio/tensorforce},
783+
year = {2017}
784+
}
785+
786+
@inproceedings{yosinski2015understanding,
787+
title = {Understanding neural networks through deep visualization},
788+
author = {Yosinski, Jason and Clune, Jeff and Nguyen, Anh and Fuchs, Thomas and Lipson, Hod},
789+
organization = {International Conference on Machine Learning},
790+
year = {2015}
791+
}
792+

0 commit comments

Comments
 (0)