Add a MuJoCo banner to the README.

PiperOrigin-RevId: 472721942
Change-Id: Ida552f8ffe6ead102d138586c3e280a543c97511
This commit is contained in:
Saran Tunyasuvunakool
2022-09-07 07:42:48 -07:00
committed by Copybara-Service
parent 9b694103e6
commit f55a9fccea
2 changed files with 5 additions and 4 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
# MuJoCo Physics
![MuJoCo](banner.png)
=====================
<p>
<a href="https://github.com/deepmind/mujoco/actions/workflows/build.yml?query=branch%3Amain" alt="GitHub Actions">
@@ -25,9 +26,9 @@ MuJoCo has a C API and is intended for researchers and developers. The runtime
simulation module is tuned to maximize performance and operates on low-level
data structures that are preallocated by the built-in XML compiler. The library
includes interactive visualization with a native GUI, rendered in OpenGL. MuJoCo
further exposes a large number of utility functions for computing physics-related
quantities. We also provide Python bindings and a plug-in for the [Unity]
game engine.
further exposes a large number of utility functions for computing
physics-related quantities. We also provide Python bindings and a plug-in for
the [Unity] game engine.
## Installation