Closed PatWalters closed 6 months ago
Hi @PatWalters,
I pushed a small change that removed this line of code which I mistakenly kept in the initial commit of this repository. Would you be able to pull and re-run the command?
The Margin Threshold was initially used in an implementation of REINVENT 3.2's Margin Guard which automatically adjusts the sigma
hyperparameter (weights the contribution of the reward function) and is not used in Saturn.
Thanks @GuoJeff, that worked. One installation note: when I initially installed, I got a libc++ error
ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
To fix this I did the following
conda uninstall openbabel
conda install gcc_linux-64
conda install gxx_linux-64
conda install -c conda-forge openbabel
Hi @PatWalters,
Thank you for flagging this and sharing the solution! I pushed a change to the README highlighting this error and pointing to this issue.
The change is merged in this commit: 9e3e158517f1a177d05e7e0528018feca869bcef
Thank you also for trying out saturn. I will close this issue for now.
After a few tweaks, I was able to install saturn. However, I encountered an error when I tried to run the first example.