|
1 | 1 | TODO Intro comes at the end |
2 | 2 |
|
3 | | -overall motivation, previous research, |
| 3 | +% intro structuring basing on style from https://explorationsofstyle.com/2013/01/22/introductions/ |
| 4 | +%Intro short: |
| 5 | +% - global warming, lots of problems |
| 6 | +% - reinvent the energy grid, lots of changes to the structure |
| 7 | +% - very difficult to construct such a highly complex, globally spanning, must-never-fail system |
| 8 | +% - recent developments of of A.I. and machine learning |
| 9 | +% - combine the two |
| 10 | + |
| 11 | +%Intro long |
| 12 | +% - energy grids of the future background research (PTac) |
| 13 | +% - key components of such an intelligent agent (prediction, actions --> \ac {SL} and \ac {RL} ) |
| 14 | +% - research in \ac {SL} and \ac {RL} has seen huge improvements in recent years, thanks to \ac {NN} |
| 15 | +% - agents/brokers in the field of PTac haven't been seeing much of these improvements |
| 16 | +% - also an issue of "adopting what has been learned by previous agents (transfer learning issues)" |
| 17 | +% - |
| 18 | +% - |
| 19 | +%TODO reiterate over the research question from my proposal. Is it still applicable? |
| 20 | + |
| 21 | +%------------------------------------------------------------------------------- |
| 22 | +%\emph{Can \ac{RL} agents learn from other agents in the environment? If so, how? Can mutual learning and imitation |
| 23 | +%allow for boosted performance of reinforcement algorithms within a competitive simulation environment?} |
| 24 | +%------------------------------------------------------------------------------- |
| 25 | + |
| 26 | +Global warming is a key challenge of the near and medium future. Without proper action, entire continents will see |
| 27 | +%TODO END |
| 28 | + |
| 29 | +Global warming, if not combated, will change the face of the planet. Billions will be impacted, entire coastlines will |
| 30 | +be changed and cities all over the global will have to either be retrofitted to handle sub-sea level positioning or |
| 31 | +abandoned and relocated. (global warming report) |
| 32 | + |
| 33 | + |
| 34 | +One key component to avoid such disastrous effects is the reinvention of the energy systems of the world. While |
| 35 | +appliances on an individual level need to become ever more efficient, globally it is necessary to shift the |
| 36 | +transportation sector towards renewable energy sources. |
| 37 | +Solar and wind |
| 38 | +are required. But The future of energy is difficult (--> MISQ paper argumentation line) |
| 39 | + |
| 40 | +Smart grids need decentralized intelligence where appliance level evaluation of the grid status impacts how energy is |
| 41 | +consumed. When such intelligence shifting is happening towards the \emph{edge} of the grid, it can be intelligent to |
| 42 | +introduce intermediate broker entities that mediate between the two extremes, the end-consumers and the wholesale |
| 43 | +market. |
| 44 | + |
| 45 | +At the same time, current developments in AI and machine learning allow for highly sophisticated learning machines that |
| 46 | +can help manage complex tasks and systems. (citing some sexy AI papers) |
| 47 | + |
| 48 | +Bringing these two developments together, it is intuitive to apply some of the recently developed technologies of |
| 49 | +\ac {AI} research to solve the coordination issues of contemporary, frankly crude energy networks. |
0 commit comments