Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
281 contributions in the last year
Contribution activity
September 2020
Created a pull request in VowpalWabbit/reinforcement_learning that received 4 comments
Schema v2 improvements.
Modify schema v2 with the following changes: Unify CCB and Slates under MultiSlotDecision. Simplify OutcomeSingle to make resulting code a lot nice…
+138
−126
•
4
comments
- Rename slates to multi_slot.
- Fix example_gen due to change in indexed rewards API.
- Rework slates API to support CCB under schema v2. Add example_gen utility.
- Add tests for the new report_outcome. Rename arguments to primary_id and secondary_id.
- Introduce i_model::model_type() and rename slates to multi_slot.
- Add live_model entry points for indexed reward.
- Initial documentation on compression feature.