NeuromatchAcademy / course-content-dl

NMA deep learning course
https://deeplearning.neuromatch.io/
Creative Commons Attribution 4.0 International
731 stars 265 forks source link

Human rl fixes #912

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
!pip install numpy==1.23.3 --quiet --ignore-installed
!pip uninstall seaborn -y --quiet
!pip install seaborn --quiet

Avoid numpy mismatch issues

github-actions[bot] commented 1 year ago
human_rl
Instructor Open In Colab
Student
Code report for human_rl Code report for human_rl.ipynb ============================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 27 Common problems: - 3 instances of E302 (expected 2 blank lines, found 0) - 2 instances of E501 (line too long (91 > 88 characters)) - 2 instances of E226 (missing whitespace around arithmetic operator) - 1 instance of E501 (line too long (93 > 88 characters)) - 1 instance of E501 (line too long (100 > 88 characters)) - 1 instance of E501 (line too long (92 > 88 characters)) - 1 instance of E501 (line too long (115 > 88 characters)) - 1 instance of E501 (line too long (103 > 88 characters)) - 1 instance of E501 (line too long (90 > 88 characters)) - 1 instance of E501 (line too long (101 > 88 characters)) ---