-
Notifications
You must be signed in to change notification settings - Fork 26
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
import errors #20
Comments
hi bro, I got the same error!!!!!! |
For my use case I realized that I did not need It might be the case that the |
thank you bro @sagadre |
@KarelZhang I think you can simply get tensorflow 2.12 since the nightly version is just an early release of it and the regular tensorflow 2.12 is available now. @sagadre Did you get training and evaluation to run? I installed mostly newer versions of the dependencies and got the training to run on gpu but evaluation doesn't work at all. When trying to install requirements_static.txt however I have another problem right now... to run on GPU I need jax[cuda] which only works with cudnn82 or cudnn86 however the repo also contains torch 1.13.1 which needs cudnn85... So I can't run on GPU... how did you solve this? Could you maybe create a public repo with your changes? |
Hey everyone, sorry for the dependency issues. Looks like there are issues both with python upgrade from 3.10 -> 3.11, and with some pypi versions being unavailable. Here is a config I got to work: Install miniconda: https://docs.conda.io/en/latest/miniconda.html
change This allowed me to run both the examples scripts, as well as train/eval. I haven't tried running anything on GPU but maybe others can chime in here. Hopefully this helps for now, I'll work on an updated version of the readme with a more robust install procedure. |
Hi all, thanks for the code release! I followed to instructions for installing dependencies via
requirements_static.txt
. I then triedfrom language_table.environments.oracles import push_oracle_rrt_slowdown
and got the following error:Not super familiar with the
tf_agents
library, any idea what could be up?The text was updated successfully, but these errors were encountered: