yandexdataschool / Practical_RL

A course in reinforcement learning in the wild
The Unlicense
5.92k stars 1.7k forks source link

fix: fix np float for current numpy version #523

Closed dremovd closed 1 year ago

dremovd commented 1 year ago

np.float is deprecated in a current version of numpy The next best guess is that this variable will be of type np.float64

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

dniku commented 1 year ago

Thanks!