You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A imitation.policies.base.FeedForward32Policy that is saved using policy.save() cannot be loaded with imitation.policies.base.FeedForward32Policy.load(), raising the following error:
Steps to reproduce
Train a policy using imitation.algorithms.bc.BC, then save the trained policy.
Bug description
A
imitation.policies.base.FeedForward32Policy
that is saved usingpolicy.save()
cannot be loaded withimitation.policies.base.FeedForward32Policy.load()
, raising the following error:Steps to reproduce
Train a policy using
imitation.algorithms.bc.BC
, then save the trained policy.This should save a FeedForward32Policy. Then, load the policy.
This raised the following exception:
Environment
pip freeze --all
:The text was updated successfully, but these errors were encountered: