You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matlab's implementation augments the variables that represents angles to two new states that are simply their cos and sin.
This is important for the performance of the algorithm and is possible to be done in the current implementation by simply passing an augmented dataset to the PILCO object.
Investigate how to do this in a more user friendly way.
The text was updated successfully, but these errors were encountered:
While coding, keep in mind that the purpose of this package is to provide researchers/experts of the area of gaussian process dynamical systems with a basic & clean implementation for PILCO. So we usually opt for code readability/conciseness instead of user friendliness [that is, when we can't have both :) ].
Matlab's implementation augments the variables that represents angles to two new states that are simply their cos and sin.
This is important for the performance of the algorithm and is possible to be done in the current implementation by simply passing an augmented dataset to the PILCO object.
Investigate how to do this in a more user friendly way.
The text was updated successfully, but these errors were encountered: