alexcbb / Genie-Generative-Interactive-Environments

This repo aims to reproduce and open the results obtained from "Generative Interactive Environments" of Google DeepMind.
MIT License
5 stars 2 forks source link

[Feature] Implement VQ-VAE #2

Open alexcbb opened 6 months ago

alexcbb commented 6 months ago

Feature detail

The VQ-VAE model permits to reduce the input frames into a discrete vocabulary. It thus reduces the entire compute time of the entire model.

What needs to be done ?