Constructing skill trees (CST) is a hierarchical
reinforcement learning
Reinforcement learning (RL) is an area of machine learning concerned with how intelligent agents ought to take actions in an environment in order to maximize the notion of cumulative reward. Reinforcement learning is one of three basic machine ...
algorithm which can build skill trees from a set of sample solution trajectories obtained from demonstration. CST uses an incremental MAP (
maximum a posteriori
In Bayesian statistics, a maximum a posteriori probability (MAP) estimate is an estimate of an unknown quantity, that equals the mode of the posterior distribution. The MAP can be used to obtain a point estimate of an unobserved quantity on the ...
) change point detection algorithm to segment each demonstration trajectory into skills and integrate the results into a skill tree. CST was introduced by
George Konidaris
George may refer to:
People
* George (given name)
* George (surname)
* George (singer), American-Canadian singer George Nozuka, known by the mononym George
* George Washington, First President of the United States
* George W. Bush, 43rd President ...
,
Scott Kuindersma
Scott may refer to:
Places Canada
* Scott, Quebec, municipality in the Nouvelle-Beauce regional municipality in Quebec
* Scott, Saskatchewan, a town in the Rural Municipality of Tramping Lake No. 380
* Rural Municipality of Scott No. 98, Saskat ...
,
Andrew Barto
Andrew G. Barto (born 1948) is an American computer scientist, currently Professor Emeritus of computer science at University of Massachusetts Amherst. Barto is best known for his foundational contributions to the field of modern computational ...
and
Roderic Grupen
Rod Grupen is a professor of Computer science and director of the Laboratory for Perceptual Robotics at the University of Massachusetts Amherst, Amherst.
Grupen's research integrates signal processing, control, dynamical systems, learning, and ...
in 2010.
Algorithm
CST consists of mainly three parts;change point detection, alignment and merging. The main focus of CST is online change-point detection. The change-point detection algorithm is used to segment data into skills and uses the sum of discounted reward
as the target regression variable. Each skill is assigned an appropriate abstraction. A
particle filter
Particle filters, or sequential Monte Carlo methods, are a set of Monte Carlo algorithms used to solve filtering problems arising in signal processing and Bayesian statistical inference. The filtering problem consists of estimating the int ...
is used to control the computational complexity of CST.
The change point detection algorithm is implemented as follows. The data for times
and models with prior
are given. The algorithm is assumed to be able to fit a segment from time
to using model with the fit probability
. A linear regression model with Gaussian noise is used to compute
. The Gaussian noise prior has mean zero, and variance which follows
. The prior for each weight follows
.
The fit probability
is computed by the following equation.
:
Then, CST compute the probability of the changepoint at time with model ,
and
using a
Viterbi algorithm
The Viterbi algorithm is a dynamic programming algorithm for obtaining the maximum a posteriori probability estimate of the most likely sequence of hidden states—called the Viterbi path—that results in a sequence of observed events, especially ...
.
:
: