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
Hello,
I have an RL application that needs to implement manual resets of the environment, however when I apply:
obs = self.env.reset()
I get the message Warning: manual reset ignored
I was wondering if there is any way to disable this and permit manual reset?
Thank you so much in advance for the kind help :)
The text was updated successfully, but these errors were encountered:
Hello,
I have an RL application that needs to implement manual resets of the environment, however when I apply:
obs = self.env.reset()
I get the message Warning: manual reset ignored
I was wondering if there is any way to disable this and permit manual reset?
Thank you so much in advance for the kind help :)
The text was updated successfully, but these errors were encountered: