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

Reward in riverSwim #2

Open
sudeepraja opened this issue Sep 21, 2016 · 0 comments
Open

Reward in riverSwim #2

sudeepraja opened this issue Sep 21, 2016 · 0 comments

Comments

@sudeepraja
Copy link

The reward for talking action 0 in state 0 for riversim should be 0.005.
In the code however, it is R_true[0, 0] = (5 / 1000, 0).
Python 2.7 would treat 5/1000 as 0.
Please change it to 5.0/1000.0

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

1 participant