Results 45 comments of neverix

Yep, here's a [notebook](https://colab.research.google.com/drive/1AUyvCKIaoH71gFNK5nkiF4z7jvwynFTy) with the draft for the implementation

Haha, I forgot to flip the timesteps in the version I saved. It works fine if you do. ![image](https://user-images.githubusercontent.com/46641404/194693991-db247c3f-4ae1-4df8-a4a7-f1d99571ec00.png) ![image](https://user-images.githubusercontent.com/46641404/194693997-3d849ceb-de5e-430a-ab3f-6a24d8ab7a4e.png)

The code for this is in the Colab linked above

https://arxiv.org/abs/2210.05559 has since come out which names reverse sampling "DPM-Encoder"

For just DDIM this would work - but the code is pretty much the same between the forward and reverse process, so I think inheriting or adding it as a...

#885's functionality now works. Will work on the style, any suggestions for the functionality?

Maybe this can be a method for a VAE that is overridable? For supporting more complex squashing functions 😉

> test this out It is completely untested, I'm still struggling to install MineRL locally > change from full/absolute path True, I wrote that thinking psutil couldn't read from PATH

Yeah, this was kind of a joke when I first made the PR. I did not expect this to actually be useful. Will note for future contributions