Ashish Lal

Results 3 issues of Ashish Lal

I am new to RecSim and Reinforcement Learning. How can I use a slate_decomp_q_agent trained using RecSim in production or simply in the real world outside the simulation environment?

My configuration - wordbatch-1.3.0 pandas-0.22 python 3.6.2 ubuntu 14.04 Executing kaggle script without any changes https://www.kaggle.com/anttip/wordbatch-ftrl-fm-lgb-lbl-0-42555 TypeError Traceback (most recent call last) in () 153 merge['name'] = merge['name'].astype(str) 154 print(len(merge['name']))...

I am new to RL and its use in RS. How do I use a SlateQ agent trained using your method in production or simply in the real world? Appreciate...