-
Notifications
You must be signed in to change notification settings - Fork 77
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
Do you have the evaluation code? #7
Comments
Hi, experiments typically produce a file called Lines 384 to 400 in 831a698
What's reported in the paper is the rolling top-k, which we compute after the fact by loading the molecules and computing the top-k-so-far during learning. The results are stored as a list of 4-tuples: Line 210 in 831a698
So to get the ground reward you can take the r value and inverse-exponentiate it back to the reward prediction of the proxy r ** (1 / args.reward_exp) .
It would be nice to add a notebook with that kind of code. It shouldn't be too hard for me to take existing notebooks and clean them up, but I don't have time right now. I'll mark this issue as enhancement. |
Thanks for your reply. There are some plots in the paper, I am wondering how do you make them. It would be nice if you could create a notebook to show that. Thanks! This is a great work! |
Does Top K mean you selected K mols with the highest rewards? How do you select K? |
By Top K we mean something like |
Thanks! It helps a lot. |
which file should I run first, in other words, where is the beginning? |
Simply running |
I didn't find the evaluation or test code in the repo. How do you test the generative model?
The text was updated successfully, but these errors were encountered: