-
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.
Added new datasets and updated README.
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ enabling evaluation across a spectrum of difficulty levels. | |
✅ Easy to use with [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) or [Mushroom-RL](https://github.com/MushroomRL/mushroom-rl) interface \ | ||
✅ Many environments including humanoids and quadrupeds \ | ||
✅ Diverse set of datasets --> e.g., noisy motion capture or ground truth datasets with actions \ | ||
✅ Wide spectrum spectrum of difficulty levels \ | ||
✅ Wide spectrum of difficulty levels \ | ||
✅ Built-in domain randomization \ | ||
✅ Many baseline algorithms for quick benchmarking \ | ||
✅ [Documentation](https://loco-mujoco.readthedocs.io/) | ||
|
@@ -38,6 +38,7 @@ pip install loco-mujoco | |
or you do an editable installation by cloning this repository and then running: | ||
|
||
```bash | ||
git clone --recurse-submodules [email protected]:robfiras/loco-mujoco.git | ||
cd loco-mujoco | ||
pip install -e . | ||
``` | ||
|
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