We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By running: experimental_data = colab_utils.load_baselines('/content')
I get this error:
TypeError Traceback (most recent call last) in <cell line: 3>() 1 # @title Load baseline data 2 get_ipython().system('gsutil -q -m cp -R gs://download-dopamine-rl/preprocessed-benchmarks/* /content/') ----> 3 experimental_data = colab_utils.load_baselines('/content') 4 5 print('experimental_data')
1 frames /usr/lib/python3.10/copyreg.py in _reconstructor(cls, base, state) 47 def _reconstructor(cls, base, state): 48 if base is object: ---> 49 obj = object.new(cls) 50 else: 51 obj = base.new(cls, state)
TypeError: object.new(BlockManager) is not safe, use BlockManager.new()
Help please
The text was updated successfully, but these errors were encountered:
Also https://colab.research.google.com/github/google/dopamine/blob/master/dopamine/colab/agents.ipynb is not running well. Please help, need that for a Study
Sorry, something went wrong.
@psc-g Can u help me here?
No branches or pull requests
By running: experimental_data = colab_utils.load_baselines('/content')
I get this error:
TypeError Traceback (most recent call last)
in <cell line: 3>()
1 # @title Load baseline data
2 get_ipython().system('gsutil -q -m cp -R gs://download-dopamine-rl/preprocessed-benchmarks/* /content/')
----> 3 experimental_data = colab_utils.load_baselines('/content')
4
5 print('experimental_data')
1 frames
/usr/lib/python3.10/copyreg.py in _reconstructor(cls, base, state)
47 def _reconstructor(cls, base, state):
48 if base is object:
---> 49 obj = object.new(cls)
50 else:
51 obj = base.new(cls, state)
TypeError: object.new(BlockManager) is not safe, use BlockManager.new()
Help please
The text was updated successfully, but these errors were encountered: