Bug description
Attempting to load SB3 models from Huggingface in serialize.py often raises a FileExistsError, that tells us "Outdated policy format: we do not support restoring normalization statistics from '{vec_normalize_path}'". This happens with the following environments:
- seals/Ant-v0
- seals/HalfCheetah-v0
- seals/Hopper-v0
- seals/Humanoid-v0
- seals/MountainCar-v0
- seals/Swimmer-v0
- seals/Walker2d-v0
Probably the solution is to retrain things for these environments and re-upload.
[EDIT: ran into this problem running experiments/rollouts_from_policies.sh in #572.]
Bug description
Attempting to load SB3 models from Huggingface in
serialize.pyoften raises aFileExistsError, that tells us "Outdated policy format: we do not support restoring normalization statistics from '{vec_normalize_path}'". This happens with the following environments:Probably the solution is to retrain things for these environments and re-upload.
[EDIT: ran into this problem running
experiments/rollouts_from_policies.shin #572.]