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
Hello, the majority of data collections from simulated environments comes from parallel data collectors such as VecEnvs and methods that return either a step data with a batch dimension or even at the end of the collector a list like collection of episode data.
By now the simpler scenario is to sample using VecEnv so is there any simple recipe for adapting the current DataCollector for VecEnv format?
The text was updated successfully, but these errors were encountered:
Hello @jamartinh, thanks for the question
We indeed plan to add support for VecEnv in DataCollector (any help welcome :D)
If you need to use DataCollector now with a VectorEnv, you will need some customize code adjustment. Probably the esier way is to deal with VectorEnv as a normal env
Question
Hello, the majority of data collections from simulated environments comes from parallel data collectors such as VecEnvs and methods that return either a step data with a batch dimension or even at the end of the collector a list like collection of episode data.
By now the simpler scenario is to sample using VecEnv so is there any simple recipe for adapting the current DataCollector for VecEnv format?
The text was updated successfully, but these errors were encountered: