-
Notifications
You must be signed in to change notification settings - Fork 9
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 understand the volume of the manifold V, and Vol(T)? #5
Comments
Hi Shutong, Thanks for the question! A larger volume does not imply a larger hypervolume, as in the image below, because we do not take into account the reference point. Best, |
Hi Simone, Many thanks for your reply! Yes it really makes sense that in case of 2D front, V indicates the length, I and V indicate the hypervolume together. Now I would like to use PMGA algorithm in my problem. I find that the loss (and volume) always oscillates and increases at first, but it then drops and never increases again, as shown in the following figure (the x axis is the iterations and y axis is the loss). I have no idea why it cannot keep increasing or be convergent, and which part has effect on this. Have you ever faced this situation? Maybe I need to increase the number of episodes, increase the number of agents in each iteration, or decrease the learning rate? Best regards, |
Hi Shutong, I often encounter this problem in RL, but it never happened with PMGA. However, I applied it on relatively easy problems. My best bet is that the indicator function can't evaluate solutions accurately once almost all of them are close to the frontier, and PMGA starts behaving weirdly. I noticed it with the proposed indicator (the "mixed" ones) on some MOO benchmarks, but I didn't test it extensively. The thing is that these two indicators are sensitive to the the hyperparameter Best, |
Hi Simone, Thanks a million for your valuable advice! I'll try that. Best regards, |
Hi Simone,
I find it is somewhat hard to understand the terms "volume of the manifold" and "Vol(T)" in PMGA algorithm. I think in the case of 2-dimensional object, the volume of the manifold may be the area of J_1 and J_2, right? After printing L, V, D_theta_J_i, and D_t_theta_i of each iteration, I find that D_theta_J_i varies irregularly and items of D_t_theta_i varies according to the updating rho. It is interesting that V fluctuates but increases overall, and hence L increases overall (because the indicator doesn't vary widely). I'm so curious about this. How to understand V (and Vol(T)) in 2-dimensional or 3-dimensional case? And why it shows a fluctuating and increasing trend?
Look forward to your reply!
Best regards,
Shutong
The text was updated successfully, but these errors were encountered: