Add the capability to sample trajectories #31
Replies: 1 comment
-
Thank you for your feedback. Since we couldn't define agreeable standard usage, we don't provide a specific class for episodic experiment (at least now), If the trajectory is always same length (= If the trajectory length differ each time, I think there are 2 options. 1st option: Use padding 2nd option: Use I hope it will help you. |
Beta Was this translation helpful? Give feedback.
-
For some algorithms it is very useful to be able to sample random trajectories of max_len to take advantage of the temporal series information.
For instance, rb.sample_trajectories(n_samples: int, trajectory_max_len: int)
So you get a collection of samples each one containing an ordered part of an experienced episode
Beta Was this translation helpful? Give feedback.
All reactions