-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Good day,
I am curious to know whether the code base provides any functionality to query a subset of sampling or rollout data. For example, it would be useful to retrieve a set of sampled control trajectories and state trajectories that can be used for visualization purposes or data logging.
I scanned through the sampling distribution class template header and noticed there is mention of the visualization of control samples. I obviously don't fully understand the internal workings of the library, but I assume that the sampling and rollouts occur inside GPU kernels, which implies there must be functionality that explicitly copies those trajectories out to the CPU and provides methods to retrieve them. Does the library's API expose a straightforward way to obtain this data, or is it currently not possible?
Any feedback would be much appreciated. Having lots of fun (and headaches) with this awesome library!
Kind regards,
Louis