Closed Fairasname closed 5 years ago
The variable _isbest is set to None each time inside the for loop, shouldn't it be outside the loop, as in trainvae.py?
https://github.com/ctallec/world-models/blob/dbc0de15efa013f712ca583eba5e2989e74a1618/trainmdrnn.py#L201
I think u are right. This replace the best model with current model every time.
Thanks!
@Ivorra You are totally right, this is a mistake. Could you make a Pull Request on this please? Thanks!
The variable _isbest is set to None each time inside the for loop, shouldn't it be outside the loop, as in trainvae.py?
https://github.com/ctallec/world-models/blob/dbc0de15efa013f712ca583eba5e2989e74a1618/trainmdrnn.py#L201