diff --git a/doc/changelog.rst b/doc/changelog.rst index f6b589fa..b12921c8 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -10,7 +10,7 @@ Open Sourcing 1. MuJoCo is now fully open-source software. Newly available top level directories are: - a. ``src/``: All source files. Subrirectories correspond to the modules described in the Programming chapter + a. ``src/``: All source files. Subdirectories correspond to the modules described in the Programming chapter :ref:`introduction`: - ``src/engine/``: Core engine. diff --git a/doc/overview.rst b/doc/overview.rst index fc8f0b1d..da181f6a 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -8,9 +8,8 @@ Introduction aims to facilitate research and development in robotics, biomechanics, graphics and animation, machine learning, and other areas that demand fast and accurate simulation of articulated structures interacting with their environment. Initially developed by Roboti LLC, it was acquired and made `freely available -`__ by DeepMind in October 2021, with the goal of making MuJoCo an -open-source project. The MuJoCo codebase will be made available at the `deepmind/mujoco -`__ repository on GitHub. +`__ by DeepMind in October 2021, and open sourced in May 2022. +The MuJoCo codebase is available at the `deepmind/mujoco `__ repository on GitHub. MuJoCo is a C/C++ library with a C API, intended for researchers and developers. The runtime simulation module is tuned to maximize performance and operates on low-level data structures which are preallocated by the built-in XML parser and