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

[Question] what's the difference between CCE and RCE in model based planning algorithm? #271

Closed
2 of 3 tasks
Jackory opened this issue Aug 27, 2023 · 2 comments
Closed
2 of 3 tasks
Assignees
Labels
algorithm Some issues about algorithm question Further information is requested

Comments

@Jackory
Copy link

Jackory commented Aug 27, 2023

Required prerequisites

Questions

The code of omnisafe/algorithms/model_based/planner/cce.py andomnisafe/algorithms/model_based/planner/rce.py is exactly the same.

@Jackory Jackory added the question Further information is requested label Aug 27, 2023
@Gaiejj Gaiejj added the algorithm Some issues about algorithm label Aug 27, 2023
@hdadong
Copy link
Collaborator

hdadong commented Aug 27, 2023

Hi, Jackory!
You can see the distinctions between them in the following link. RCE uses the maximum cost from the ensemble model to evaluate the entire set of trajectories, while CCE utilizes the mean value
main/omnisafe/algorithms/model_based/planner/rce.py#L77

@Jackory
Copy link
Author

Jackory commented Aug 27, 2023 via email

@hdadong hdadong closed this as completed Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Some issues about algorithm question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants