rlworkgroup/garage

Add versioning to pickle file

开放

#1,278 创建于 2020年4月3日

 (1 条评论) (0 个反应) (0 位负责人)Python (297 个派生)batch import
good first issue

仓库指标

星标
 (1,728 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南