jurgisp / pydreamer

PyTorch implementation of DreamerV2 model-based RL algorithm
MIT License
205 stars 47 forks source link

Preserve true terminal state when timeout #3

Closed psarka closed 1 year ago

psarka commented 2 years ago

This should be the correct behaviour when timeout coincides with the terminal state of the environment.

Untested :roll_eyes: