Skip to content

How the replay_buffer store datas #1

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

Open
wearesunshines opened this issue May 30, 2020 · 1 comment
Open

How the replay_buffer store datas #1

wearesunshines opened this issue May 30, 2020 · 1 comment

Comments

@wearesunshines
Copy link

I saw that the elements have different dimensions. Can you help me? Thank you !

@DKuan
Copy link
Owner

DKuan commented Aug 31, 2020

For the training of GRU, we have to save the experience in the same size(steps), so we must deal with the replay_buffer differently from the file you see, like DQN, without RNN or LSTM.

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