33 lines
437 B
Markdown
33 lines
437 B
Markdown
# User Guide
|
|
|
|
```{toctree}
|
|
:caption: Getting Started
|
|
:maxdepth: 1
|
|
|
|
getting_started/installation
|
|
getting_started/hello_motrixlab
|
|
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Tutorials
|
|
:maxdepth: 1
|
|
|
|
tutorial/basic_frame
|
|
tutorial/physics_environment
|
|
tutorial/training_environment_config
|
|
tutorial/rewards
|
|
tutorial/training_and_result
|
|
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Training Examples
|
|
:maxdepth: 1
|
|
|
|
demo/cartpole
|
|
demo/dm_walker
|
|
demo/locomotion_unitree_go1
|
|
|
|
```
|