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

fix: [epsilon_decay] output prob ACTION_PROBS, skip: 449 #4502

Merged
merged 10 commits into from
Feb 21, 2023

Conversation

bassmang
Copy link
Member

No description provided.

@@ -455,7 +455,7 @@ std::shared_ptr<VW::LEARNER::learner> VW::reductions::epsilon_decay_setup(VW::se
.set_input_label_type(VW::label_type_t::CB)
.set_output_label_type(VW::label_type_t::CB)
.set_input_prediction_type(VW::prediction_type_t::ACTION_PROBS)
.set_output_prediction_type(VW::prediction_type_t::ACTION_SCORES)
.set_output_prediction_type(VW::prediction_type_t::ACTION_PROBS)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a runtest with edecay and explore eval?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea good idea

@bassmang bassmang changed the title fix: [epsilon_decay] output prob ACTION_PROBS fix: [epsilon_decay] output prob ACTION_PROBS, skip: 449 Feb 16, 2023
@bassmang bassmang merged commit b753a2a into master Feb 21, 2023
@bassmang bassmang deleted the bassmang-patch-1 branch February 21, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants