[Question] How do I correctly manually reset the episode on a rollout_end
?
#1961
Labels
question
Further information is requested
rollout_end
?
#1961
❓ Question
Hello,
I am modifying an environment on selected training milestones, on the end of rollouts.
After these modifications I want any episode cut short when the rollout ended to be flushed, and the next rollout to begin with a fresh new episode and a resetted environment.
I'm assuming I just need to modify the
self._last_xxx
variables of the model, since the rollout collection will start anew.Is that correct? Will the following callback func suffice?
Do you have any recommendations?
Thanks!
Checklist
The text was updated successfully, but these errors were encountered: