From b2b1386a4df55b63276f9d13f513035226fc0fb8 Mon Sep 17 00:00:00 2001 From: David Pfau Date: Tue, 20 Oct 2020 13:52:53 +0100 Subject: [PATCH] Add citation info for GEOMANCER after NeurIPS acceptance PiperOrigin-RevId: 338045024 --- README.md | 2 +- geomancer/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9787949..6a00fe5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ https://deepmind.com/research/publications/ * [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 * [RL Unplugged: Benchmarks for Offline Reinforcement Learning](rl_unplugged) -* [Disentangling by Subspace Diffusion (GEOMANCER)](geomancer) +* [Disentangling by Subspace Diffusion (GEOMANCER)](geomancer), NeurIPS 2020 * [What can I do here? A theory of affordances in reinforcement learning](affordances_theory), ICML 2020 * [Scaling data-driven robotics with reward sketching and batch reinforcement learning](sketchy), RSS 2020 * [The Option Keyboard: Combining Skills in Reinforcement Learning](option_keyboard), NeurIPS 2019 diff --git a/geomancer/README.md b/geomancer/README.md index 02c0e63..4700794 100644 --- a/geomancer/README.md +++ b/geomancer/README.md @@ -98,7 +98,7 @@ If you use this code in your work, we ask you to cite this paper: title={Disentangling by Subspace Diffusion}, author={Pfau, David and Higgins, Irina and Botev, Aleksandar and Racani\`ere, S{\'e}bastian}, - journal={arXiv preprint arXiv:2006.12982}, + journal={Advances in Neural Information Processing Systems (NeurIPS)}, year={2020} } ```