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
Add support for loading PufferLib policies (Metta-AI#233)
# Add support for loading PufferLib policies This PR adds support for loading PufferLib policies from local files using the `puffer://` URI scheme. It includes: - New `PolicyState` tensorclass to manage policy state - Support for loading PufferLib policies in the policy store - Implementation of PufferLib policy and recurrent wrapper classes - Updates to the simulator to work with PufferLib policies - Refactoring of the play tool to separate policy loading from simulation - Simplifying eval configs to be shorter by removing redundant fields - Removes e3b for now, we have a plan to add it in later, cleaner The changes allow for seamless integration of policies trained with PufferLib into the Metta environment.
0 commit comments