diff --git a/.travis.yml b/.travis.yml index 75d27b9..91bcf17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "3.6" env: matrix: + - PROJECT="tvt" - PROJECT="cs_gan" - PROJECT="transporter" before_script: diff --git a/README.md b/README.md index dccf082..a2be0ea 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ https://deepmind.com/research/publications/ ## Projects +* [Temporal Value Transport](tvt), Nature Communications 2019 * [Continual Unsupervised Representation Learning (CURL)](curl), NeurIPS 2019 * [Unsupervised Learning of Object Keypoints (Transporter)](transporter), NeurIPS 2019 * [BigBiGAN](bigbigan), NeurIPS 2019