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

two many arguments on calc_reward #29

Open
TiagoMRodrigues opened this issue Apr 23, 2019 · 0 comments
Open

two many arguments on calc_reward #29

TiagoMRodrigues opened this issue Apr 23, 2019 · 0 comments

Comments

@TiagoMRodrigues
Copy link

there is an error from an update on model.py

return [self.calc_reward(t, _ss,_gts) for t in range(1,self._hps.max_dec_steps+1)]
the def calc_reward(self, _ss, _gts) only take 2 arguments maybe it is

return [self.calc_reward(_ss,_gts) for t in range(1,self._hps.max_dec_steps+1)]

or maybe we should use function reward (def reward(self, t, _ss, _gts, vsize_extended):)

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