Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pbdlib-matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rli
pbdlib-matlab
Commits
d79a21c0
Commit
d79a21c0
authored
10 years ago
by
Sylvain Calinon
Browse files
Options
Downloads
Patches
Plain Diff
misc minor updates
parent
474f7fad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demo_DSGMR01.m
+2
-4
2 additions, 4 deletions
demo_DSGMR01.m
init_tensorGMM_timeBased.m
+0
-1
0 additions, 1 deletion
init_tensorGMM_timeBased.m
with
2 additions
and
5 deletions
demo_DSGMR01.m
+
2
−
4
View file @
d79a21c0
...
...
@@ -29,11 +29,9 @@ model.nbStates = 3; %Number of Gaussians in the GMM
model
.
nbFrames
=
2
;
%Number of candidate frames of reference
model
.
nbVar
=
3
;
%Dimension of the datapoints in the dataset (here: t,x1,x2)
model
.
dt
=
0.01
;
%Time step
model
.
kP
=
100
;
%Stiffness gain
(required only if LQR is not used for reproduction)
model
.
kV
=
(
2
*
model
.
kP
)
^.
5
;
%Damping gain
(required only if LQR is not used for reproduction)
model
.
kP
=
100
;
%Stiffness gain
model
.
kV
=
(
2
*
model
.
kP
)
^.
5
;
%Damping gain
nbRepros
=
8
;
%Number of reproductions with new situations randomly generated
rFactor
=
1E-1
;
%Weighting term for the minimization of control commands in LQR
%% Load 3rd order tensor data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
This diff is collapsed.
Click to expand it.
init_tensorGMM_timeBased.m
+
0
−
1
View file @
d79a21c0
function
model
=
init_tensorGMM_timeBased
(
Data
,
model
)
% Author: Sylvain Calinon, 2014
% http://programming-by-demonstration.org/SylvainCalinon
%
diagRegularizationFactor
=
1E-4
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment