deep-rl-class icon indicating copy to clipboard operation
deep-rl-class copied to clipboard

remove dependency on 'pickle5' module

Open seung0h opened this issue 8 months ago • 1 comments

While I'm doing unit 2, I faced a tiny issue on installing dependencies.

Because 'pickle5' has been deprecated after Python 3.8 (https://pypi.org/project/pickle5/), I removed its dependency from the notebook.

This simple contribution would be helpful to new learners.

Thank you!

seung0h avatar Mar 14 '25 02:03 seung0h

I confirm that using 'import pickle' instead of 'pickle5' works correctly for Unit 2, both for uploading and downloading.

mriusero avatar Mar 25 '25 16:03 mriusero