Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

action noise parameterization #7

Open
twu-mrc opened this issue Jun 19, 2022 · 1 comment
Open

action noise parameterization #7

twu-mrc opened this issue Jun 19, 2022 · 1 comment

Comments

@twu-mrc
Copy link

twu-mrc commented Jun 19, 2022

https://github.com/leggedrobotics/rsl_rl/blob/master/rsl_rl/modules/actor_critic.py#L121
The action noise had better use positive parameterization, e.g.
self.distribution = Normal(mean, torch.ones_like(mean) + nn.functional.elu(self.std - 1))

nikitardn pushed a commit that referenced this issue Jun 26, 2023
Feature/empirical norm

Approved-by: Nikita Rudin
Approved-by: Marko Bjelonic
@AlexanderAbernathy
Copy link

According to @twu-mrc, self.distribution in rsl_rl 1.0.2 version is L121 and 2.0.2 version is L101, in update_distribution() function. The self.distribution below the comment 'Action noise' is None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants