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
I'm trying to change the geometry of objects as part of my domain randomization pipeline. For example, I'd like to sample the length of the pole in pendulum environment. Is that possible?
Edit: I'm pretty sure that the following code should work
Edit 2: The above code doesn't seem to work. While geom_size does change in sys, for some reason when propagating the dynamics one step ahead, I get exactly the same next state, as if there's not domain randomization at all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm trying to change the geometry of objects as part of my domain randomization pipeline. For example, I'd like to sample the length of the pole in pendulum environment. Is that possible?
Edit: I'm pretty sure that the following code should work
Edit 2: The above code doesn't seem to work. While
geom_size
does change insys
, for some reason when propagating the dynamics one step ahead, I get exactly the same next state, as if there's not domain randomization at all.Beta Was this translation helpful? Give feedback.
All reactions