GitXplorerGitXplorer
s

NDMPS-paper

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
2d7e0d9948a288d80f2e64ac42575104b385e73a

fixup! cleaned up repo for NCM

sstudywolf committed 8 years ago
Unverified
ceac5250972eb064498741d5d26a8de9a78523e2

cleaned up repo for NCM

sstudywolf committed 8 years ago
Unverified
0c763f901cc5000794669789c6d16f9394d2411d

Added SPA frontend to FS NDMPs

sstudywolf committed 8 years ago
Unverified
a6d8c5cf6f2c9d5d584ed1f023ef1cb9862511a9

Update README.rst

committed 8 years ago
Unverified
978803cfd4d19033d6c4a9e93625493d857eea65

fixup! added README

sstudywolf committed 8 years ago
Unverified
03b6e790463d570c6ef71aec6f7d93a5c007ff6a

added README

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.