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

Load baseline Data #206

Open
Moha-01 opened this issue Apr 27, 2023 · 2 comments
Open

Load baseline Data #206

Moha-01 opened this issue Apr 27, 2023 · 2 comments

Comments

@Moha-01
Copy link

Moha-01 commented Apr 27, 2023

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

@Moha-01
Copy link
Author

Moha-01 commented Apr 27, 2023

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

@Moha-01
Copy link
Author

Moha-01 commented May 1, 2023

@psc-g Can u help me here?

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

1 participant