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

#track 2: 'Solutions can exploit a replay buffer containing data coming from up to 3500 training instances.' For example, in task1, can we randomly sample 3500 images from the full training set (ego_objects_challenge_train.json)? #13

Closed
Layjins opened this issue Apr 18, 2022 · 2 comments

Comments

@Layjins
Copy link

Layjins commented Apr 18, 2022

No description provided.

@lrzpellegrini
Copy link
Collaborator

Hi @Layjins, the replay buffer can be filled only using data from the current experience. You can't use data from future or past experiences. This also means that the initial replay buffer must be empty!

You will have to choose which images to keep and which to discard before completing each training experience (this choice can greatly impact the final performance of your solution).

@Layjins
Copy link
Author

Layjins commented Apr 19, 2022 via email

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