Skip to content

Commit f7bd7a8

Browse files
saran-tcopybara-github
authored andcommitted
Change GitHub org name to google-deepmind.
PiperOrigin-RevId: 563512242 Change-Id: Ie642e092e9deee77ae9da1177af44e104bfc51df
1 parent 37cb390 commit f7bd7a8

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
1+
# `dm_control`: Google DeepMind Infrastructure for Physics-Based Simulation.
22

3-
DeepMind's software stack for physics-based simulation and Reinforcement
3+
Google DeepMind's software stack for physics-based simulation and Reinforcement
44
Learning environments, using MuJoCo physics.
55

66
An **introductory tutorial** for this package is available as a Colaboratory
77
notebook:
8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/main/tutorial.ipynb)
8+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-deepmind/dm_control/blob/main/tutorial.ipynb)
99

1010
## Overview
1111

@@ -84,7 +84,7 @@ at every single Git commit.
8484
8585
If you want to install an unreleased version of `dm_control` directly from our
8686
repository, you can do so by running `pip install
87-
git+https://github.com/deepmind/dm_control.git`.
87+
git+https://github.com/google-deepmind/dm_control.git`.
8888
8989
## Rendering
9090
@@ -126,7 +126,7 @@ setting the environment variable `MUJOCO_EGL_DEVICE_ID=` to the target GPU ID.
126126
`export DYLD_LIBRARY_PATH=$(brew --prefix)/lib:$DYLD_LIBRARY_PATH`.
127127
128128
[EXT_platform_device]: https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_platform_device.txt
129-
[Releases page on the MuJoCo GitHub repository]: https://github.com/deepmind/mujoco/releases
129+
[Releases page on the MuJoCo GitHub repository]: https://github.com/google-deepmind/mujoco/releases
130130
[MuJoCo website]: https://mujoco.org/
131131
[publication]: https://doi.org/10.1016/j.simpa.2020.100022
132132
[`ctypes`]: https://docs.python.org/3/library/ctypes.html

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source": [
99
"# **MuJoCo** tutorial with `dm_control` Python bindings\n",
1010
"\n",
11-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/main/dm_control/mujoco/tutorial.ipynb)\n",
11+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-deepmind/dm_control/blob/main/dm_control/mujoco/tutorial.ipynb)\n",
1212
"\n",
1313
"\n",
1414
"\n",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ def is_excluded(s):
182182
Learning environments, using MuJoCo physics.
183183
184184
An **introductory tutorial** for this package is available as a Colaboratory
185-
notebook: [Open In Google Colab](https://colab.research.google.com/github/deepmind/dm_control/blob/main/tutorial.ipynb).
185+
notebook: [Open In Google Colab](https://colab.research.google.com/github/google-deepmind/dm_control/blob/main/tutorial.ipynb).
186186
""",
187187
long_description_content_type='text/markdown',
188188
author='DeepMind',
189189
author_email='mujoco@deepmind.com',
190-
url='https://github.com/deepmind/dm_control',
190+
url='https://github.com/google-deepmind/dm_control',
191191
license='Apache License 2.0',
192192
classifiers=[
193193
'License :: OSI Approved :: Apache Software License',

tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source": [
99
"# **`dm_control` tutorial**\n",
1010
"\n",
11-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/main/tutorial.ipynb)\n",
11+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-deepmind/dm_control/blob/main/tutorial.ipynb)\n",
1212
"\n",
1313
"\n",
1414
"\n",
@@ -34,7 +34,7 @@
3434
"id": "aThGKGp0cD76"
3535
},
3636
"source": [
37-
"This notebook provides an overview tutorial of DeepMind's `dm_control` package, hosted at the [deepmind/dm_control](https://github.com/deepmind/dm_control) repository on GitHub.\n",
37+
"This notebook provides an overview tutorial of DeepMind's `dm_control` package, hosted at the [google-deepmind/dm_control](https://github.com/google-deepmind/dm_control) repository on GitHub.\n",
3838
"\n",
3939
"It is adjunct to this [tech report](http://arxiv.org/abs/2006.12983).\n",
4040
"\n",

0 commit comments

Comments
 (0)