Skip to content
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

examples seem to be broken - examples/baselines/rl_continuous #297

Open
brian1985 opened this issue Apr 20, 2023 · 2 comments
Open

examples seem to be broken - examples/baselines/rl_continuous #297

brian1985 opened this issue Apr 20, 2023 · 2 comments

Comments

@brian1985
Copy link

brian1985 commented Apr 20, 2023

Installed dm-acme using the command pip install dm-acme[envs,jax,tf]

Running examples fails with a message that it can't import that package. I go into the python environment to view the actual library package code, I don't the necessary class objects.

message:
cannot import name sac from acme.agents.jax import sac,d4pg #this line fails for either sac or d4pg

I get this message from the line
from acme.agents.jax import sac

version dm-acme== 0.2.2

@brian1985
Copy link
Author

okay for some reason it installed an older version of dm-acme. I was able to run
`pip install --upgrade dm-acme' and in upgraded to 0.4.0 which contains the necessary package. However, now I get an import error
undefined symbol scc_info_TensorProto_tensorflow_2fcore_2fframework_2ftensor_2eproto

@vishnuvind
Copy link

Hi,

Has there been any update on this. I am facing a similar issue (ie. the undefined symbol). It would be great if you could share any fixes you tried. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants