NeuromatchAcademy / course-content-dl

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

Luna lander fix #911

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
lunar_lander
Instructor Open In Colab
Student
Code report for lunar_lander Code report for lunar_lander.ipynb ================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 71 Common problems: - 14 instances of E251 (unexpected spaces around keyword / parameter equals) - 12 instances of E402 (module level import not at top of file) - 4 instances of E302 (expected 2 blank lines, found 0) - 4 instances of W503 (line break before binary operator) - 4 instances of E266 (too many leading '#' for block comment) - 3 instances of E301 (expected 1 blank line, found 0) - 2 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 2 instances of E116 (unexpected indentation (comment)) - 2 instances of E231 (missing whitespace after ',') - 2 instances of E501 (line too long (116 > 88 characters)) ---