huggingface / huggingface/deep-rl-class
[HANDS-ON BUG] unit4
- Dominant language
- MDX
- Stars
- 5k
- Forks
- 811
- PR merge metrics
- No merged PRs in 30d
Description
**Numpy related error:**
[/usr/local/lib/python3.11/dist-packages/numpy/__init__.py](https://localhost:8080/#) in __getattr__(attr)
408 return char.chararray
409
--> 410 raise AttributeError("module {!r} has no attribute "
411 "{!r}".format(__name__, attr))
412
AttributeError: module 'numpy' has no attribute 'bool8'
**Posible solution:**
import numpy as np
np.bool8 = np.bool_
### Material
- https://colab.research.google.com/github/huggingface/deep-rl-class/blob/main/notebooks/unit4/unit4.ipynb
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.