Skip to content

AMP for Locomotion-Aliengo-Flat #42

@seyoungree

Description

@seyoungree

Hi! First of al, thank you for this repo! I've been training for the Locomotion-Aliengo-Flat task (and the Locomotion-Go2-Flat task) using the AMP_PPO algorithm. I'm generally seeing that using AMP_PPO is performing worse than pure PPO, as I slowly decrease the reward_scale from 1.0 to 0.0, the rewards increase. I am using IsaacLab 2.3.2, rsl-rl-lib 3.1.2 and amp-rsl-rl 1.2.0.

For instance, keeping the hyperparameters for PPO and environment the same (as the repo's), and adding Discriminator config of

hidden_dims = [128, 128]
empirical_normalization = False
loss_type = "BCEWithLogits"

I get the following results, where performance is better with lower reward_scale as we use discriminator less. The videos I generated using play_amp.py script also show better performance with lower reward_scale.

Image

rew_scale=0.005:

rew_scale=0.2:

rew_scale=0.5:

I was wondering if you have any insights or tips on how to use AMP_PPO successfully, from any ways to debug to suggestions for hyperparameters? Thank you so much for reading this and for your work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions