Commit cec2918c authored by Toni-SM's avatar Toni-SM Committed by Kelly Guo

Adds a note for AMP training/evaluation in docs (#245)

# Description

Add a note for AMP training/evaluation in docs

## Screenshots


![image](https://github.com/user-attachments/assets/30db926f-5199-4d6a-bf36-501373744b73)
parent 95209960
......@@ -303,6 +303,15 @@ Navigation
Others
~~~~~~
.. note::
Adversarial Motion Priors (AMP) training is only available with the `skrl` library, as it is the only one of the currently
integrated libraries that supports it out-of-the-box (for the other libraries, it is necessary to implement the algorithm and architectures).
See the `skrl's AMP Documentation <https://skrl.readthedocs.io/en/latest/api/agents/amp.html>`_ for more information.
The AMP algorithm can be activated by adding the command line input ``--algorithm AMP`` to the train/play script.
For evaluation, the play script's command line input ``--real-time`` allows the interaction loop between the environment and the agent to run in real time, if possible.
.. table::
:widths: 33 37 30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment