|
2 | 2 | \section*{Abbreviations} |
3 | 3 | \begin {acronym}[PowerTAC] |
4 | 4 | %:.,+33sort |
5 | | - \acro {AI} {Artificial Intelligence} |
6 | | - \acro {CHP} {Combined Heat and Power Unit} |
7 | | - \acro {CLI} {Command Line Interface} |
8 | | - \acro {ReLu} {Rectified Linear Unit} |
9 | | - \acro {CPU} {Central Processing Unit} |
10 | | - \acro {mWh} {megawatt hour} |
11 | | - \acro {DU} {Distribution Utility} |
12 | | - \acro {DeepRL} {Deep Reinforcement Learning} |
13 | | - \acro {GPU} {Graphical Processing Units} |
14 | | - \acro {GRPC} {Google Remote Procedure Call} |
15 | | - \acro {JAXB} {Java Architecture for XML} |
16 | | - \acro {JMI} {Java Message Service} |
17 | | - \acro {JSON} {JavaScript Object Notation} |
18 | | - \acro {kWh} {Killowatt hour} |
19 | | - \acro {MDP} {Markovian Decision Process} |
20 | | - \acro {A3C} {Asynchronous Advantage Actor-Critic} |
21 | | - \acro {POJO} {Plain Old Java Object} |
22 | | - \acro {POMDP} {Partially Observable Markovian Decision Process} |
23 | | - \acro {POPO} {Plain Old Python Object} |
24 | | - \acro {PPO} {Proximal Policy Optimization} |
25 | | - \acro {PowerTAC} {Power Trading Agent Competition} |
26 | | - \acro {DDPG} {Deep Deterministic Policy Gradient} |
27 | | - \acro {DQN} {Deep Q Network} |
28 | | - \acro {NAF} {Normalized Advantage Function} |
29 | | - \acro {RL} {Reinforcement Learning} |
30 | | - \acro {SARSA} {State-Action-Reward-State-Action} |
| 5 | + \acro {AI} {artificial intelligence} |
| 6 | + \acro {CHP} {combined heat and power unit} |
| 7 | + \acro {CLI} {command-line interface} |
| 8 | + \acro {ReLu} {rectified linear unit} |
| 9 | + \acro {CPU} {central processing unit} |
| 10 | + \acro {MWh} {megawatt hour} |
| 11 | + \acro {DU} {distribution utility} |
| 12 | + \acro {DeepRL} {deep reinforcement learning} |
| 13 | + \acro {GPU} {graphical processing units} |
| 14 | + \acro {gRPC} {Google remote procedure call} |
| 15 | + \acro {JAXB} {Java architecture for XML} |
| 16 | + \acro {JMI} {Java message service} |
| 17 | + \acro {JSON} {Javascript object notation} |
| 18 | + \acro {kWh} {killowatt hour} |
| 19 | + \acro {MDP} {markovian decision process} |
| 20 | + \acro {A3C} {asynchronous advantage actor-critic} |
| 21 | + \acro {POJO} {plain old Java object} |
| 22 | + \acro {POMDP} {partially observable markovian decision process} |
| 23 | + \acro {POPO} {plain old Python object} |
| 24 | + \acro {PPO} {proximal policy optimization} |
| 25 | + \acro {PowerTAC} {power trading agent competition} |
| 26 | + \acro {DDPG} {deep deterministic policy gradient} |
| 27 | + \acro {DQN} {deep Q network} |
| 28 | + \acro {NAF} {normalized advantage function} |
| 29 | + \acro {RL} {reinforcement learning} |
| 30 | + \acro {SARSA} {state-action-reward-state-action} |
31 | 31 | \acro {SOTA} {state-of-the-art} |
32 | | - \acro {TF} {TensorFlow} |
33 | | - \acro {SELF} {Smart Electricity Market Learners with Function Approximation} |
34 | | - \acro {TPU} {Tensor Processing Unit} |
35 | | - \acro {XML} {Extensive Markup Language} |
36 | | - \acro {API} {Application Programming Interface} |
37 | | - \acro {CNN} {Convolutional Neural Network} |
38 | | - \acro {CRIU} {Checkpoint/Restore in Userspace} |
39 | | - \acro {LSTM} {Long-Short Term Memory} |
40 | | - \acro {RNN} {Recurrent Neural Networks} |
41 | | - \acro {SSL} {Secure Socket Layers} |
42 | | - \acro {UI} {User Interface} |
43 | | - \acro {VM} {Virtual Machine} |
| 32 | + \acro {SELF} {smart electricity market learners with function approximation} |
| 33 | + \acro {TPU} {tensor processing unit} |
| 34 | + \acro {XML} {extensive markup language} |
| 35 | + \acro {API} {application programming interface} |
| 36 | + \acro {CNN} {convolutional neural network} |
| 37 | + \acro {CRIU} {checkpoint/restore in userspace} |
| 38 | + \acro {LSTM} {long short-term memory} |
| 39 | + \acro {RNN} {recurrent neural networks} |
| 40 | + \acro {SSL} {secure socket layers} |
| 41 | + \acro {UI} {user interface} |
| 42 | + \acro {VM} {virtual machine} |
44 | 43 |
|
45 | | -\end {acronym} |
| 44 | +\end{acronym} |
0 commit comments