google / dopamine

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
https://github.com/google/dopamine
Apache License 2.0
10.42k stars 1.36k forks source link

Load baseline Data #206

Open Moha-01 opened 1 year ago

Moha-01 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

@psc-g Can u help me here?