Skip to content

Wait or sleep function for steady state? #380

Answered by Mayankm96
kemjensak asked this question in Q&A
Discussion options

You must be logged in to vote

Do you have asynchronous termination, i.e., different environments that are expected to reset at different time steps? If so, then this isn't possible. In the other case (where all environments execute to their full episode length), you can add multiple steps to let them all "rest".

Alternately, what I do is: spawn a large number of times. Store all the poses in a database and sample from that database. It works fine for most of my applications.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kemjensak
Comment options

Answer selected by kemjensak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants