GitXplorerGitXplorer
s

NDMPS-paper

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
cecccb78ec58c8059084e0b7a451a3a688b2e374

added summer school tutorials

sstudywolf committed 8 years ago
Unverified
2008606c54653a36ffcc84bc1e261d3c33f5557d

updated for nengo summer school

sstudywolf committed 8 years ago
Unverified
5c5c4d0bcf87d16449ee3fc49e181f21c8cc828b

reorganized, updated models for improved point attractor

sstudywolf committed 8 years ago
Unverified
745b3ebcd9da5c3fae5d87c008b84a8547b4e5f1

updated point attractor, fixed up ndmps_fs_discrete

sstudywolf committed 8 years ago
Unverified
ac62c08a84bedca4a933cc0fde42af13599bbe53

reworked with discrete lowpass filter compensation, much improved

sstudywolf committed 8 years ago
Unverified
2b0b391af292ae0e1d069cf9b2e9578d0b44d140

fixup! fixup! cleaned up repo for NCM

sstudywolf committed 8 years ago

README

The README file for this repository.

============================================ NDMPs paper

This is a repo for neural Dynamic Movement Primitives.

To run the files in this folder, you'll need the function-space-4 branches of Nengo and Nengo GUI. Once installed, open the test_* files to play around with them.

To load in new trajectories, save a (movement_length, 2) vector with

.. code-block:: python

import numpy as np
np.savez_compressed(filename, trajectory_vector)

in the trajectories folder. The function space scripts will auto-load this file, and the vector space scripts can load it by name.