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

How to get the true Pareto Front of mountain car environment? #3

Open
HONG-ZI opened this issue Dec 11, 2022 · 1 comment
Open

How to get the true Pareto Front of mountain car environment? #3

HONG-ZI opened this issue Dec 11, 2022 · 1 comment

Comments

@HONG-ZI
Copy link

HONG-ZI commented Dec 11, 2022

Paper [1] give the true Pareto Front of mountain car environment, but it did not present the corresponding computing process. Is the true Pareto Front computed by “Exhaustion”?

[1] P. Vamplew, J. Yearwood, R. Dazeley, and A. Berry, “On the Limitations of Scalarisation for Multi-objective Reinforcement Learning of Pareto Fronts,” in AI 2008: Advances in Artificial Intelligence, vol. 5360.

@Amp1874
Copy link

Amp1874 commented Jan 27, 2023

If I remember correctly it was a depth-first search, with leafs terminated if they were inferior to states which had previously been found earlier in the tree. We also used a similar approach to find the Pareto front for the MOPuddleWorld problem, but I no longer trust those results - several people have reported being unable to reproduce them. Unfortunately the code was lost when that research assistant's contract ended.

As a result we've largely moved away from comparing results against the "true front", and instead use other metrics like hypervolume, with appropriately chosen reference points. The exception is the Deep Sea Treasure problem, where it is simple to calculate the actual front.

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