You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed Acme on my system and am trying to run code from the quickstart tutorial. However, I encountered an issue when importing experiments from acme.jax.
The imports work fine except for the following error:
Traceback (most recent call last):
File "/teamspace/studios/this_studio/test.py", line 27, in <module>
from acme.jax import experiments
ImportError: cannot import name 'experiments' from 'acme.jax' (/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/acme/jax/__init__.py)
What I've Tried:
Verified that experiments exists in the source code.
Checked my installation to ensure I have the latest version of Acme.
I've installed Acme on my system and am trying to run code from the quickstart tutorial. However, I encountered an issue when importing
experiments
fromacme.jax
.Here is the snippet of code I used:
The imports work fine except for the following error:
What I've Tried:
experiments
exists in the source code.Environment Details:
Here's the relevant system information:
Expected Behavior:
The
experiments
module should import successfully, as shown in the tutorial.Actual Behavior:
An
ImportError
occurs, even thoughexperiments
is present in the source code.Question:
What could be causing this issue, and how can I resolve it? Is there any configuration or additional step required to use this module?
The text was updated successfully, but these errors were encountered: