Reset vectorized environment #2448
Unanswered
giangdao1402
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Thanks for posting this. Could you share your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, i am developing an obstacle avoidance task for carter_v1. I have already attached the contact sensor to the robot. Everything goes well. I want to reset the episode each time the robot collide with obstacles, so i have implemented the logic in the _get_done function. But there is a problem, when training multiple robots (vectorized environment), if one collided and reset, other ones also reset (meaning that the _get_done of one agent affect others). Can someone give me some suggestions to solve this problem ?
Beta Was this translation helpful? Give feedback.
All reactions