From db2393d5a95e73e0c1db764dbecdf6e2037e105d Mon Sep 17 00:00:00 2001 From: Josh Abramson Date: Wed, 20 Nov 2019 19:18:11 +0000 Subject: [PATCH] Add TVT to list of DeepMind projects. PiperOrigin-RevId: 281560863 --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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