VowpalWabbit / coba

Contextual bandit benchmarking
https://coba-docs.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 19 forks source link

fix: with a logged env, action is set to type int #24

Closed lalo closed 1 year ago

mrucker commented 1 year ago

Looks great. Do you mind maybe throwing in a unit test with this?

It looks like the test on line 1853 in test_environments_filters.py can be copied and the action changed to an integer in the copy.

mrucker commented 1 year ago

Yay! Thanks!