Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The transition matrix of states seems wrong when we set "prob_leave_bandit" #29

Open
yxliu-ntu opened this issue Sep 7, 2020 · 1 comment

Comments

@yxliu-ntu
Copy link

yxliu-ntu commented Sep 7, 2020

[0, self.config.prob_organic_to_bandit, self.config.prob_leave_organic],
[self.config.prob_bandit_to_organic, 0, self.config.prob_leave_organic],
[0.0, 0.0, 1.]

Should the line 56th of the file "reco_env_v1.py" be
[self.config.prob_bandit_to_organic, 0, self.config.prob_leave_bandit] ?

@ihtiihti
Copy link
Contributor

Yes, please, fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants