-
Notifications
You must be signed in to change notification settings - Fork 53
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
Debug #8
base: master
Are you sure you want to change the base?
Debug #8
Conversation
The second |
After fixing this error, I am getting the following one. Any idea how to fix this ?
|
in
This should do it. |
It works thanks, |
You are welcome. So it checks every 150 iterations if there is a possibility to create a new env. I think for author's standard ES it creates in 300-450 iterations. |
I am in It is because something we change and it affected the algorithm's learning ?
|
So it has created 4 more optimisers. There should be a logs file which will
have five files, each for an optimiser. Optimiser here means environment as
well as agent.
…On Fri, 29 Apr 2022 at 21:33, Erdi ***@***.***> wrote:
I am in 804 th iteration and used this command to train the model ./run_poet_local.sh
final_test .
Logs are still showing flat output.
INFO:poet_distributed.poet_algo:Iter=804 Optimizer flat theta_mean 331.87367868082106 best po 333.19986814360766 iteration spent 804
INFO:poet_distributed.poet_algo:Iter=804 Optimizer 8b4f6442-9ece-4353-b2f3-7b2b48009119 theta_mean 307.36649731125027 best po 307.8356657658848 iteration spent 504
INFO:poet_distributed.poet_algo:Iter=804 Optimizer 7307230c-ee49-4248-be24-40949b06ac36 theta_mean 317.1629876322855 best po 313.02190838114836 iteration spent 354
INFO:poet_distributed.poet_algo:Iter=804 Optimizer 3c0fd31a-885a-4d79-a8bd-48bba715ece3 theta_mean 311.2954170824174 best po 309.33581614951606 iteration spent 204
INFO:poet_distributed.poet_algo:Iter=804 Optimizer 781c723a-198c-46e6-93d5-b38093a4e3e5 theta_mean 316.5226709072094 best po 309.8612311332749 iteration spent 54
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQHQ6LT4VGIHGNWMNG4LMIDVHQ2PJANCNFSM5RM26JQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes I have 5 files. I am in |
Yes these are the logs per optimizers and best.json are the checkpoints I guess. I did briefly try to use them once as a checkpoint and wasn't successful. Let me know if you find something about it. |
I would like to understand If the environment is changeing or not ( because log shows always I will let you know once I am successfull about the checkpoints If you want , we can keep communication about the poet. |
So there are other logs in your zipped file as well. all these I believe the code is a bit over-complicated yet understandable. I believe there is a line Sure I would love to, I'll email you and we can keep in communication. |
Good day @ruiwang2uber
Hope you are doing well. I am using poet for my master's thesis and found two errors. The errors and solutions are following:
1)
Error:
Missing lower and upper bounds for
cap_score()
(line 597 and 600).Solution:
Added lower and upper bound to
cap_score()
.2)
Error:
Solution:
Hope this helps, thank you!
With best regards,
Muhammad