Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new Avalanche version #8

Closed
NickLucche opened this issue Apr 21, 2022 · 3 comments
Closed

Support new Avalanche version #8

NickLucche opened this issue Apr 21, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@NickLucche
Copy link
Member

This new version (ContinualAI/avalanche@4380ebc) includes a refactoring of the RLScenario and RLExperience using the newly defined benchmark stack components.

In order to support it, we must also modify our RLStrategy to inherit from the "BaseTemplate" (https://github.com/ContinualAI/avalanche/tree/master/avalanche/training/templates), this is the newest "hierarchy in town" that just joined the Avalanche training module.

This integration should represent a significant step toward an eventual merge of Avalanche RL into Avalanche.

@NickLucche NickLucche added the bug Something isn't working label Apr 21, 2022
@NickLucche NickLucche added enhancement New feature or request and removed bug Something isn't working labels Apr 21, 2022
@NickLucche
Copy link
Member Author

NickLucche commented Apr 27, 2022

Other significant changes in avl since version 0.0.1 include Plugins (TODO: BasePlugin->RLPlugin) and loggers

@NickLucche
Copy link
Member Author

also we should be installing it from the master branch, the beta version is the one you get when you run pip

@NickLucche
Copy link
Member Author

A solution to this is currently being implemented here https://github.com/ContinualAI/avalanche-rl/tree/new-avalanche-version.
It involves a workaround to keep the old avalanche BaseStrategy around before fully switching to the Templates model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants