@MISC{Rey2017-ID977,
author = {Rey, J and Kronander, K. and Farshidian, F and Buchli, J and Billard, A.},
title = {Learning motions from demonstrations and rewards with time-invariant dynamical systems based policies},
howpublished = {Autonomous Robots},
year = {2017},
abstract = {},
}
Downloadable files:
// pdf
if (strlen($row['pdfFile'])>0) {
$tempFile = $row['pdfFile'];
$temp = "
pdf";
echo "[$temp] ";
}
// ps.Z
if (strlen($row['psZFile'])>0) {
$tempFile = $row['psZFile'];
$temp = "
ps.Z";
echo "[$temp] ";
}
// ps.gz
if (strlen($row['psgzFile'])>0) {
$tempFile = $row['psgzFile'];
$temp = "
ps.gz";
echo "[$temp] ";
}
?>