rlworkgroup/garage

Add versioning to pickle file

Open

#1,278 opened on Apr 3, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (297 forks)batch import
good first issue

Repository metrics

Stars
 (1,728 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We need to add versioning to pickle file to prevent people from loading a pickling file that is generated by an old version of garage. Doing so will almost always fail, with meaningless error messages, but the folks might not be aware of the root cause.

Contributor guide