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

Small bug in ppo.py, in _get_batches_starting_indexes function #8

Open
mansur007 opened this issue Sep 17, 2021 · 0 comments
Open

Small bug in ppo.py, in _get_batches_starting_indexes function #8

mansur007 opened this issue Sep 17, 2021 · 0 comments

Comments

@mansur007
Copy link

Hi,
when self.recurrence is 1,
indexes = indexes[(indexes + self.recurrence) % self.num_frames_per_proc != 0]
removes the self.num_frames_per_proc-1 from indexes.
I think it is a bug. Can you check?
Thank you

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