From 60f02a6b2bb54c48e9beb29cda3cf77381de29d5 Mon Sep 17 00:00:00 2001 From: Alistair Muldal Date: Wed, 24 Jun 2020 03:47:16 -0700 Subject: [PATCH] Update link to point at the new tech report, update BibTeX citation PiperOrigin-RevId: 318037100 Change-Id: I4f72c64bd5365780a6cf20151b6e5365a2cb579e --- README.md | 23 ++++++++++------------- setup.py | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2bbf393e..96710c20 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,15 @@ complex control tasks: If you use this package, please cite our accompanying [tech report]: ``` -@techreport{deepmindcontrolsuite2018, - title = {Deep{Mind} Control Suite}, - author = {Yuval Tassa and Yotam Doron and Alistair Muldal and Tom Erez - and Yazhe Li and Diego de Las Casas and David Budden and Abbas - Abdolmaleki and Josh Merel and Andrew Lefrancq and Timothy Lillicrap - and Martin Riedmiller}, - year = 2018, - month = jan, - howpublished = {https://arxiv.org/abs/1801.00690}, - url = {https://arxiv.org/abs/1801.00690}, - volume = {abs/1504.04804}, - institution = {DeepMind}, +@misc{tassa2020dmcontrol, + title={dm_control: Software and Tasks for Continuous Control}, + author={Yuval Tassa and Saran Tunyasuvunakool and Alistair Muldal and + Yotam Doron and Siqi Liu and Steven Bohez and Josh Merel and + Tom Erez and Timothy Lillicrap and Nicolas Heess}, + year={2020}, + eprint={2006.12983}, + archivePrefix={arXiv}, + primaryClass={cs.RO} } ``` @@ -143,7 +140,7 @@ environment variable to `"glfw"`, `"egl"`, or `"osmesa"`, respectively. [EXT_platform_device]: https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_platform_device.txt [MuJoCo license key page]: https://www.roboti.us/license.html [MuJoCo website]: http://www.mujoco.org/ -[tech report]: https://arxiv.org/abs/1801.00690 +[tech report]: https://arxiv.org/abs/2006.12983 [`ctypes`]: https://docs.python.org/2/library/ctypes.html [`dm_control.mjcf`]: dm_control/mjcf/README.md [`dm_control.mujoco`]: dm_control/mujoco/README.md diff --git a/setup.py b/setup.py index 09d8dc5f..aae81d7b 100644 --- a/setup.py +++ b/setup.py @@ -177,7 +177,7 @@ def is_excluded(s): setup( name='dm_control', - version='0.0.318035209', + version='0.0.318037100', description='Continuous control environments and MuJoCo Python bindings.', author='DeepMind', license='Apache License, Version 2.0',