-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed tests, updated docs, and minor fix in MyoSuiteHumanoid.
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ or you do an editable installation by cloning this repository and then running: | |
|
||
.. code-block:: bash | ||
git clone --recurse-submodules [email protected]:robfiras/loco-mujoco.git | ||
cd loco-mujoco | ||
pip install -e . | ||
|
@@ -22,6 +23,10 @@ or you do an editable installation by cloning this repository and then running: | |
differences in the simulation, which made testing very difficult. However, in practice, you can | ||
use any newer version of MuJoCo! Just install it after installing LocoMuJoCo. | ||
|
||
.. note:: | ||
If you want to run the **MyoSuiteHumanoid** environment, you need to upgrade Mujoco to 3.2.2 and dm_control to 1.0.22 | ||
*after* installing this packing and downloading the datasets! | ||
|
||
Download the Datasets | ||
--------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters