Skip to content

[Question] How can I give dummy steps? #64

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

You must be logged in to vote

Hi,

Unfortunately, asynchronous updates of environment instances are not possible within Isaac Sim / Isaac Gym. Collecting large-scale data collection in this manner isn't possible directly.

As a workaround, what you could do is wait for all the environments to reach the objects and perform the dummy actions simultaneously for all of them. Alternatively, you could add a boolean flag to your extras dictionary that provides information on whether an agent action or dummy action is being executed for that environment instance (kind of like masking). Then on the data record/agent side, you can read the extras dictionary and decide to add the transitions or wait for the dummy action to complete.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Mayankm96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #62 on April 14, 2023 15:38.