-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathacronyms.tex
56 lines (33 loc) · 1.77 KB
/
acronyms.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%% List of acronyms %%
% Reference definition:
% - \newacronym[options]{label}{short}{long}
% options: description, longplural, ...
%
% Reference usage:
% - \acrlong{label} : displays the full text of the acronym
% - \acrshort{label} : displays the abbreviation
% - \acrfull{label} : displays the full text followed by the abbreviation
% - \acrshortpl{label} : the plural of the abbreviation (similarly for acrlongpl and acrfullpl)
\newacronym{acr:bmdp}{BMDP}{Bounded-parameter \acrlong{acr:mdp}}
\newacronym{acr:bo}{BO}{Bayesian Optimization}
\newacronym{acr:brl}{BRL}{Bayesian \acrlong{acr:rl}}
\newacronym{acr:dtp}{DTP}{Decision-Theoretic Planning}
\newacronym{acr:em}{EM}{Expectation Maximization}
\newacronym{acr:gmm}{GMM}{Gaussian Mixture Model}
\newacronym{acr:gp}{GP}{Gaussian Process}
\newacronym{acr:gp-ucb}{GP-UCB}{\acrshort{acr:gp} Upper Confidence Bound}
\newacronym{acr:hmm}{HMM}{Hidden Markov Model}
\newacronym{acr:hri}{HRI}{Human Robot Interaction}
\newacronym{acr:lp}{LP}{Linear Program}
\newacronym{acr:ltl}{LTL}{Linear Temporal Logic}
\newacronym[longplural=Markov Decision Processes]{acr:mdp}{MDP}{Markov Decision Process}
\newacronym[longplural=\acrshortpl{acr:mdp} with Imprecise Probabilities]{acr:mdpip}{MDP-IP}{\acrshort{acr:mdp} with Imprecise Probabilities}
\newacronym{acr:mei}{MEI}{Maximum Expected Improvement}
\newacronym{acr:mei-ps}{MEIPS}{Maximum Expected Improvement Per Second}
\newacronym{acr:mpi}{MPI}{Maximum Probability of Improvement}
\newacronym{acr:pi}{PI}{Policy Iteration}
\newacronym{acr:pomdp}{POMDP}{Partially Observable \acrshort{acr:mdp}}
\newacronym{acr:rl}{RL}{Reinforcement Learning}
\newacronym{acr:rtdp}{RTDP}{Real-Time Dynamic Programming}
\newacronym{acr:sdm}{SDM}{Sequential Decision Making}
\newacronym{acr:vi}{VI}{Value Iteration}