Open susanhuhu opened 4 years ago
Hey @susanhuhu,
This tutorial has an example of calling the model: https://reagent.ai/rasp_tutorial.html
We have several models for ranking but they are new and the documentation is still pretty sparse https://github.com/facebookresearch/ReAgent/tree/master/reagent/training/ranking
Is there a code example on how to consume the model? And does the model only support single slot decision making? Meaning the input will be a list of possible actions + context, and then caller can call the model to get one suggested action. Is there support for multiple slots decision like CCB described here https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Conditional-Contextual-Bandit?