google / google/dopamine

Load baseline Data

Open
#206 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
10.9k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

By running: experimental_data = colab_utils.load_baselines('/content')

I get this error:

---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
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](https://localhost:8080/#) 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.