-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feature/p2e dv3 #113
Merged
Merged
Feature/p2e dv3 #113
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nto feature/p2e_dv3
…nto feature/p2e_dv3
belerico
added a commit
that referenced
this pull request
Nov 13, 2023
* p2e dv1 and p2e dv2 split into exploration and finetuning * fix: exploration amount * fix: change actor from exploration to task when starting training * fix: from __future__ import annotations * fix: exploration amount * docs: added p2e readme * Feature/p2e dv3 (#113) * feat: implemented p2e_dv3 * feat: added the possibility to have more critics for exploration * tests: added p2e_dv3 test * docs: update p2e_dv3 docs * docs: update * fix: p2e_dv3 refactoring * fix: checkpoint * Fix missing 0.5 value * feat: add validate args to p2e_dv3 * feat: uniform p2e_dv3 with last improvements * fix: ppo tests * feat: split exploration and finetuning * fix: resume from checkpoint controls * fix: bugs * tests: added p2e_dv3 and resume from checkpoint tests * fix: p2e dv3 resume from checkpoint * tests: update p2e dv3 test * feat: added p2e_dv3 evaluation * fix: evaluate and __init__ * fix: cli controls * fix: added detach() when learning world model in exploration * fix: checks in cli * fix: exploration amount * fix: removed minedojo test cfgs --------- Co-authored-by: belerico_t <federico.belotti@orobix.com> * fix: buffer load --------- Co-authored-by: belerico_t <federico.belotti@orobix.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Describe the purpose of the pull request, including:
Type of Change
Please select the one relevant option below:
Checklist
Please confirm that the following tasks have been completed: