Change org name to "Google DeepMind" in various docs.

PiperOrigin-RevId: 540691205
Change-Id: I9eb99eb18893e6748892334470211dbd9d5808db
This commit is contained in:
Saran Tunyasuvunakool
2023-06-15 14:27:33 -07:00
committed by Copybara-Service
parent 2644de2438
commit c9e9cd8b35
10 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
This package is the canonical Python bindings for the
[MuJoCo physics engine](https://github.com/deepmind/mujoco).
These bindings are developed and maintained by DeepMind, and is kept up-to-date
with the latest developments in MuJoCo itself.
These bindings are developed and maintained by Google DeepMind, and is kept
up-to-date with the latest developments in MuJoCo itself.
The `mujoco` package provides direct access to raw MuJoCo C API functions,
structs, constants, and enumerations. Structs are provided as Python classes,
+1 -1
View File
@@ -349,7 +349,7 @@ def find_data_files(package_dir, patterns):
SETUP_KWARGS = dict(
name='mujoco',
version=__version__,
author='DeepMind',
author='Google DeepMind',
author_email='mujoco@deepmind.com',
description='MuJoCo Physics Simulator',
long_description=get_long_description(),