Hi, I am training RL policy using IsaacLab, and I’m posting this because I don’t know how to set the environment I want.
I want to spawn object randomly when the environment is reset. (All of objects are configured in DirectRLEnvCfg
.)
I know the Event
function to do domain randomization.
However, I can not find examples about random spawning.
There is a question about this problem but, no one answered that question.
Continuing the discussion from Can we spawn a new rigid object in the mid of simulation through EventTermCfg or any other way:
Let me know how to do this or give any advice.
Thank you.