Reinforcement Learning  1.1
ranking_response.h File Reference

ranking_response definition. ranking_response is returned from choose_rank call. It contains the chosen action and probability distribution. More...

#include "container_iterator.h"
#include "slot_ranking.h"
#include <cstddef>
#include <iterator>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  reinforcement_learning::ranking_response
 choose_rank() returns the action choice using ranking_response. ranking_response contains all the actions and distribution from with the action was sampled. It also contains the chosen action id and the unique event_id representing the choice. This unique event_id must be used to report back outcomes against this choice for the online trainer. More...
 

Namespaces

 reinforcement_learning
 [Error Generator]
 

Detailed Description

ranking_response definition. ranking_response is returned from choose_rank call. It contains the chosen action and probability distribution.

Author
Rajan Chari et al
Date
2018-07-18