Skip to content

Commit

Permalink
Update link to point at the new tech report, update BibTeX citation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 318037100
Change-Id: I4f72c64bd5365780a6cf20151b6e5365a2cb579e
  • Loading branch information
alimuldal authored and copybara-github committed Jun 24, 2020
1 parent 165f402 commit 60f02a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 60f02a6

Please sign in to comment.