Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Managing number of steps in a batch #119

Open
rarilurelo opened this issue Feb 15, 2019 · 1 comment
Open

Managing number of steps in a batch #119

rarilurelo opened this issue Feb 15, 2019 · 1 comment
Assignees

Comments

@rarilurelo
Copy link
Contributor

iterate_rnn in Traj class makes iterator of batches. A tail of the batches are zero padded for arranging length of episodes. For this reason we couldn't control number of steps in a batch.

@rarilurelo rarilurelo self-assigned this Feb 15, 2019
@rarilurelo
Copy link
Contributor Author

This problem can be solved by incorporating random_batch_rnn to iterate_rnn.

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

No branches or pull requests

1 participant