mujoco icon indicating copy to clipboard operation
mujoco copied to clipboard

Documentation

Open ghost opened this issue 3 years ago • 2 comments

Please add an option to download the MuJoCo documentation at Read The Docs as HTML or PDF.

ghost avatar Sep 03 '22 13:09 ghost

Note you can build your own docs via:

git clone https://github.com/deepmind/mujoco.git
cd mujoco/doc
pip install -r requirements.txt
make html

Then just open _build/html/index.html in your browser of choice.

kevinzakka avatar Sep 04 '22 18:09 kevinzakka

Thanks!

ghost avatar Sep 05 '22 08:09 ghost