resetting the environment #97
-
Is it possible to reset the environment without closing unity (which would be slow)? I'm looking for something like |
Beta Was this translation helpful? Give feedback.
Answered by
YoruCathy
Aug 15, 2024
Replies: 2 comments
-
We don't explicitly have a reset function for the environment, but with RCareWorld GymWrapper, you can use the reset() function from Gym to reset the Gym-related stuff. If you want to reset other objects in the environment, you need to write your own reset function. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YoruCathy
-
Understood, thanks for the info! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't explicitly have a reset function for the environment, but with RCareWorld GymWrapper, you can use the reset() function from Gym to reset the Gym-related stuff. If you want to reset other objects in the environment, you need to write your own reset function.