contextual-bandit icon indicating copy to clipboard operation
contextual-bandit copied to clipboard

working example of a contextual multi-armed bandit

Results 1 contextual-bandit issues
Sort by recently updated
recently updated
newest added

https://github.com/allenday/contextual-bandit/blob/6f58f907d97aa39fbe6d0f74a5fb306dfd207358/PositiveStrategy.py#L42 Hi Allen, Could you explain why the feature * map in the logic? Do you mean to duplicate the map (should be list(map(...)) in python3) features times ? Thanks