Skip to content

Commit dca6b88

Browse files
committed
sorted acronyms
1 parent fd31615 commit dca6b88

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

src/acronyms.tex

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
1-
\begin {acronym}[Bash]
2-
\acro {RL} {Reinforcement Learning}
3-
\acro {CRIU} {Checkpoint/Restore in Userspace}
4-
\acro {VM} {Virtual Machines}
5-
\acro {JMI} {Java Message Service}
6-
\acro {XML} {Extensive Markup Language}
7-
\acro {JSON} {JavaScript Object Notation}
8-
\acro {DeepRL} {Deep Reinforcement Learning}
9-
\acro {JAXB} {Java Architecture for XML}
10-
\acro {POJO} {Plain Old Java Object}
11-
\acro {POPO} {Plain Old Python Object}
12-
\acro {DU} {Distribution Utility}
1+
\newpage
2+
\section*{Abbreviations}
3+
\begin {acronym}[PowerTAC]
4+
%:.,+33sort
5+
\acro {AI} {Artificial Intelligence}
136
\acro {CHP} {Combined Heat and Power Unit}
14-
\acro {SARSA} {State-Action-Reward-State-Action}
7+
\acro {CPU} {Central Processing Unit}
8+
\acro {DU} {Distribution Utility}
9+
\acro {DeepRL} {Deep Reinforcement Learning}
10+
\acro {GPU} {Graphical Processing Unit}
1511
\acro {GRPC} {Google Remote Process Call}
16-
\acro {NN} {Neural Networks}
12+
\acro {JAXB} {Java Architecture for XML}
13+
\acro {JMI} {Java Message Service}
14+
\acro {JSON} {JavaScript Object Notation}
15+
\acro {kWh} {Killowatt hour}
1716
\acro {MDP} {Markovian Decision Process}
18-
\acro {PowerTAC} {Power Trading Agent Competition}
17+
\acro {NN} {Neural Networks}
18+
\acro {POJO} {Plain Old Java Object}
1919
\acro {POMDP} {Partially Observable Markovian Decision Process}
20-
\acro {AI} {Artificial Intelligence}
20+
\acro {POPO} {Plain Old Python Object}
2121
\acro {PPO} {Proximal Policy Optimization}
22-
\acro {POMDP} {Partially Observable Markovian Decision Process}
23-
\acro {GPU} {Graphical Processing Unit}
24-
\acro {UL} {Unsupervised Learning}
25-
\acro {API} {Application Programming Interface}
26-
\acro {SL} {Supervised Learning}
27-
\acro {RNN} {Recurrent Neural Network}
28-
\acro {LSTM} {Long-Short Term Memory}
29-
\acro {CNN} {Convolutional Neural Network}
30-
\acro {CPU} {Central Processing Unit}
22+
\acro {PowerTAC} {Power Trading Agent Competition}
23+
\acro {RL} {Reinforcement Learning}
24+
\acro {SARSA} {State-Action-Reward-State-Action}
25+
\acro {SOTA} {state-of-the-art}
3126
\acro {TF} {TensorFlow}
3227
\acro {TPU} {Tensor Processing Unit}
33-
\acro {SOTA} {state-of-the-art}
28+
\acro {XML} {Extensive Markup Language}
29+
\acro {API} {Application Programming Interface}
30+
\acro {CNN} {Convolutional Neural Network}
31+
\acro {CRIU} {Checkpoint/Restore in Userspace}
32+
\acro {LSTM} {Long-Short Term Memory}
33+
\acro {RNN} {Recurrent Neural Network}
34+
\acro {SL} {Supervised Learning}
35+
\acro {UL} {Unsupervised Learning}
36+
\acro {VM} {Virtual Machine}
3437

3538
\end {acronym}

0 commit comments

Comments
 (0)