-
Notifications
You must be signed in to change notification settings - Fork 24
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requesttemporalRelates to temporal modellingRelates to temporal modelling
Description
We need to be able to succinctly split a trajectory dataset into train/test/val/etc by trajectories or possibly other axes.
E.g., assume we have a (n_trajs, n_steps, n_dims) dataset of trajectories (assumes padded).
-
We could split into train/val along the
n_trajsaxis. -
We could reshape the dataset to be of adjacent states of shape
(n_trajs*n_steps // 2, 2*n_dims)and then split along the first axis. -
Also worth looking at how the well handles different splits.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttemporalRelates to temporal modellingRelates to temporal modelling
Type
Projects
Status
✅ Done