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

Some typo in the paper #26

Open
Nephritebin opened this issue Oct 13, 2022 · 0 comments
Open

Some typo in the paper #26

Nephritebin opened this issue Oct 13, 2022 · 0 comments

Comments

@Nephritebin
Copy link

Nephritebin commented Oct 13, 2022

By checking the source code of the badgr, I found the MPPI planner generates the actions using:

action_h = self._beta * (shifted_mean[h, :] + eps[:, h, :]) + (1. - self._beta) * actions[-1]

So I think there is a typo in the paper Eqn. 3, which is

1

I guess it may be

2

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

1 participant