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
Usually we use model.save(path) to save a zip file.
But policy also has a save method. If one call that method with gSDE enabled, it will produce an error.
🐛 Bug
Usually we use
model.save(path)
to save a zip file.But
policy
also has asave
method. If one call that method with gSDE enabled, it will produce an error.To Reproduce
Expected behavior
The policy (the PyTorch module) should be saved as a file.
### System Info
Describe the characteristic of your environment:
Checklist
The text was updated successfully, but these errors were encountered: