You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For both RecoGym environment (RecoEnv0, RecoEnv1), they initialize 'state_transition' using default arguments passed through config.
It seems that the second row, which correspond to bandit, use 'self.config.prob_leave_organic' instead of 'self.config.prob_leave_bandit'.
The default value of both is the same as 0.1 but I think it might cause unintentional behavior in some cases.
Is this code intended or just a typo?
For both RecoGym environment (RecoEnv0, RecoEnv1), they initialize 'state_transition' using default arguments passed through config.
It seems that the second row, which correspond to bandit, use 'self.config.prob_leave_organic' instead of 'self.config.prob_leave_bandit'.
The default value of both is the same as 0.1 but I think it might cause unintentional behavior in some cases.
Is this code intended or just a typo?
reco-gym/recogym/envs/reco_env_v1.py
Lines 51 to 58 in f8553d1
The text was updated successfully, but these errors were encountered: