Change org name to "Google DeepMind" in various docs.
PiperOrigin-RevId: 540691205 Change-Id: I9eb99eb18893e6748892334470211dbd9d5808db
This commit is contained in:
committed by
Copybara-Service
parent
2644de2438
commit
c9e9cd8b35
+2
-2
@@ -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
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user