CRR with additional hyperparameter beta for KL-divergence (policy constraint) regularization#522
Closed
TengyuX wants to merge 2 commits intofacebookresearch:masterfrom
Closed
CRR with additional hyperparameter beta for KL-divergence (policy constraint) regularization#522TengyuX wants to merge 2 commits intofacebookresearch:masterfrom
TengyuX wants to merge 2 commits intofacebookresearch:masterfrom
Conversation
Summary: The feature importance is based on data perturbation Differential Revision: D30136375 fbshipit-source-id: 3d6db8f2fd0de30cf542653c95e0ca2007649f0d
…straint) regularization Summary: (1) Add coefficient "beta" (regularization factor of policy constraint regularization) on CRR's objective. (2) Change default value for "DEFAULT_MAX_UNIQUE_ENUM" from 100 to 10 Reviewed By: czxttkl Differential Revision: D30183147 fbshipit-source-id: 97abe7477beb78e17f758938d6f956b42d4d0bbb
|
This pull request was exported from Phabricator. Differential Revision: D30183147 |
Codecov Report
@@ Coverage Diff @@
## master #522 +/- ##
==========================================
- Coverage 85.06% 84.84% -0.23%
==========================================
Files 326 328 +2
Lines 19195 19246 +51
Branches 44 44
==========================================
+ Hits 16329 16330 +1
- Misses 2840 2890 +50
Partials 26 26
Continue to review full report at Codecov.
|
|
This pull request has been merged in e3ea217. |
xuruiyang
pushed a commit
that referenced
this pull request
Sep 20, 2025
…straint) regularization (#522) Summary: Pull Request resolved: #522 (1) Add coefficient "beta" (regularization factor of policy constraint regularization) on CRR's objective. (2) Change default value for "DEFAULT_MAX_UNIQUE_ENUM" from 100 to 10 Reviewed By: czxttkl Differential Revision: D30183147 fbshipit-source-id: 1c18610678482397bdd669fd064a27d34967881f
This file contains hidden or 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
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:
(1) Add coefficient "beta" (regularization factor of policy constraint regularization) on CRR's objective.
(2) Change default value for "DEFAULT_MAX_UNIQUE_ENUM" from 100 to 10
Reviewed By: czxttkl
Differential Revision: D30183147