Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rli
pbdlib-matlab
Commits
ce851d30
Commit
ce851d30
authored
Oct 17, 2014
by
Sylvain Calinon
Browse files
Functions moved to m_fcts folder
parent
f4f05717
Changes
20
Hide whitespace changes
Inline
Side-by-side
demo_DSGMR01.m
View file @
ce851d30
...
...
@@ -23,6 +23,8 @@ function demo_DSGMR01
% pages="3339--3344"
% }
addpath
(
'./m_fcts/'
);
%% Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
model
.
nbStates
=
3
;
%Number of Gaussians in the GMM
...
...
demo_TPGMR_LQR01.m
View file @
ce851d30
...
...
@@ -25,6 +25,8 @@ function demo_TPGMR_LQR01
% pages="3339--3344"
% }
addpath
(
'./m_fcts/'
);
%% Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
model
.
nbStates
=
3
;
%Number of Gaussians in the GMM
...
...
demo_TPGMR_LQR02.m
View file @
ce851d30
...
...
@@ -25,6 +25,8 @@ function demo_TPGMR_LQR02
% pages="3339--3344"
% }
addpath
(
'./m_fcts/'
);
%% Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
model
.
nbStates
=
3
;
%Number of Gaussians in the GMM
...
...
demo_testLQR01.m
View file @
ce851d30
...
...
@@ -17,6 +17,8 @@ function demo_testLQR01
% pages="3339--3344"
% }
addpath
(
'./m_fcts/'
);
%% Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
model
.
nbVar
=
2
;
%Dimension of the datapoints in the dataset (here: t,x1)
...
...
demo_testLQR02.m
View file @
ce851d30
...
...
@@ -17,6 +17,8 @@ function demo_testLQR02
% pages="3339--3344"
% }
addpath
(
'./m_fcts/'
);
%% Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
model
.
nbVar
=
2
;
%Dimension of the datapoints in the dataset (here: t,x1)
...
...
demo_testLQR03.m
View file @
ce851d30
...
...
@@ -17,6 +17,8 @@ function demo_testLQR03
% pages="3339--3344"
% }
addpath
(
'./m_fcts/'
);
%% Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
model
.
nbVar
=
2
;
%Dimension of the datapoints in the dataset (here: t,x1)
...
...
EM_tensorGMM.m
→
m_fcts/
EM_tensorGMM.m
View file @
ce851d30
File moved
GMR.m
→
m_fcts/
GMR.m
View file @
ce851d30
File moved
estimateAttractorPath.m
→
m_fcts/
estimateAttractorPath.m
View file @
ce851d30
File moved
gaussPDF.m
→
m_fcts/
gaussPDF.m
View file @
ce851d30
File moved
init_tensorGMM_kmeans.m
→
m_fcts/
init_tensorGMM_kmeans.m
View file @
ce851d30
File moved
init_tensorGMM_timeBased.m
→
m_fcts/
init_tensorGMM_timeBased.m
View file @
ce851d30
File moved
kmeansClustering.m
→
m_fcts/
kmeansClustering.m
View file @
ce851d30
File moved
plotGMM.m
→
m_fcts/
plotGMM.m
View file @
ce851d30
File moved
productTPGMM.m
→
m_fcts/
productTPGMM.m
View file @
ce851d30
File moved
reproduction_DS.m
→
m_fcts/
reproduction_DS.m
View file @
ce851d30
File moved
reproduction_LQR_finiteHorizon.m
→
m_fcts/
reproduction_LQR_finiteHorizon.m
View file @
ce851d30
File moved
reproduction_LQR_infiniteHorizon.m
→
m_fcts/
reproduction_LQR_infiniteHorizon.m
View file @
ce851d30
File moved
solveAlgebraicRiccati_Schur.m
→
m_fcts/
solveAlgebraicRiccati_Schur.m
View file @
ce851d30
File moved
solveAlgebraicRiccati_eig.m
→
m_fcts/
solveAlgebraicRiccati_eig.m
View file @
ce851d30
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment