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 :)