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
According to the documentation for the Reward object, if has_error is false and is_done is true this should indicate the end of an episode without error (i.e. success). However, it appears that is_done is not being set on the final step. Maybe related to #146.
Environment
1.4.0
Fedora 32
Bug description
According to the documentation for the Reward object, if has_error is false and is_done is true this should indicate the end of an episode without error (i.e. success). However, it appears that is_done is not being set on the final step. Maybe related to #146.
How to reproduce
Code snippet
Current output
Expected output
The text was updated successfully, but these errors were encountered: