Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Schumacher committed Dec 21, 2023
1 parent 3e35827 commit 352b5c2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/source/hyfydy_baselines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Hyfydy baselines
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We include several pretrained baselines for Hyfydy. They are similar to the ones trained for our `preprint <https://arxiv.org/abs/2309.02976>`_.
The baselines includes straight walking for `sconewalk-h0918-v1`, running for ...
The baselines includes straight walking for `sconewalk_h0918-v1`, running for `sconerun_h0918-v1` and similar for the other models.
There is also an example for OpenSim `sconewalk_h0918_osim-v1`

To try the baselines, you need to first install `sconegym` and scone. A link with installation instructions will be added at a later date.
To try the baselines, you need to first install `sconegym` and scone. See `here <https://github.com/tgeijten/sconegym>`_ for installation help.

You can play with the pre-trained baselines by using the code in this section. To train agents yourself, go to the :ref:`config_files` section.

Expand All @@ -18,6 +19,8 @@ You can play with the pre-trained baselines by using the code in this section. T

* - environment id
- description
* - sconewalk_h0918_osim-v1
- Energy-efficient walking with the H0918 model in OpenSim (slow performance).
* - sconewalk_h0918-v1
- Energy-efficient walking with the H0918 model.
* - sconewalk_h1622-v1
Expand Down Expand Up @@ -53,15 +56,15 @@ Usage example
break
For the other baselines, just use: `env = gym.make('sconewalk_h2190-v1')` or ...
For the other baselines, just use: `env = gym.make('sconewalk_h2190-v1')` or `env = gym.make('sconerun_h2190-v1')`


You can also use noisy policy steps with:

.. code-block:: python
import gym
import myosuite
import sconegym
import deprl
env = gym.make('sconewalk_h0918-v1')
Expand Down

0 comments on commit 352b5c2

Please sign in to comment.