From 0d8c06196bb46dc50de3661157dbcf3732d6e1c7 Mon Sep 17 00:00:00 2001 From: Alvaro Sanchez-Gonzalez Date: Wed, 16 Sep 2020 15:40:44 +0100 Subject: [PATCH] Adding "Learning to Simulate Complex Physics with Graph Networks". PiperOrigin-RevId: 332003336 --- .travis.yml | 1 + README.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef682fb..eb215eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: - PROJECT="iodine" - PROJECT="transporter" - PROJECT="polygen" + - PROJECT="learning_to_simulate" before_script: - sudo apt-get update -qq - pip install --upgrade pip diff --git a/README.md b/README.md index a2b2e06..47192cc 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ https://deepmind.com/research/publications/ ## Projects +* [Learning to Simulate Complex Physics with Graph Networks](learning_to_simulate), ICML 2020 +* [Physically Embedded Planning Problems](physics_planning_games) +* [PolyGen: PolyGen: An Autoregressive Generative Model of 3D Meshes](polygen), ICML 2020 * [Bootstrap Your Own Latent](byol) * [Catch & Carry: Reusable Neural Controllers for Vision-Guided Whole-Body Tasks](catch_carry), SIGGRAPH 2020 * [MEMO: A Deep Network For Flexible Combination Of Episodic Memories](memo), ICLR 2020 @@ -50,8 +53,7 @@ https://deepmind.com/research/publications/ * [Graph Matching Networks for Learning the Similarity of Graph Structured Objects](graph_matching_networks), ICML 2019 * [REGAL: Transfer Learning for Fast Optimization of Computation Graphs](regal) -* [PolyGen: PolyGen: An Autoregressive Generative Model of 3D Meshes](polygen), ICML 2020 -* [Physically Embedded Planning Problems](physics_planning_games) + ## Disclaimer