-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove AtariEnv #334
Merged
Merged
Remove AtariEnv #334
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The PR is now ready for review! |
dapatil211
requested changes
May 1, 2023
kshitijkg
approved these changes
May 4, 2023
mrsamsami
approved these changes
May 5, 2023
dapatil211
approved these changes
May 19, 2023
dapatil211
added a commit
that referenced
this pull request
Jun 1, 2023
* restore hidden states added * burn in frames feature added * a more general recurrent agent * stateless drqn agent * Remove AtariEnv (#334) * first version. testing. * pylint * pylint * pylint * pylint * pylint * test fix * pylint * pylint * resolve discussion --------- Co-authored-by: artem.zholus <artem.zholus@login-3.server.mila.quebec> Co-authored-by: Darshan Patil <dapatil211@gmail.com> * Update pull_request_ci.yml (#342) * Add initialisation (#340) * Added option to initialize separate components differently * Made minor fixes * Fixed init and registraion * Fix term trunc (#336) (#341) * Fixed issues with moving from done to terminated, truncated * Undo change to logging' scales * Revert changes to this file, SAC agents don't exist yet * Clean up test file Co-authored-by: Darshan Patil <dapatil211@gmail.com> --------- Co-authored-by: Darshan Patil <dapatil211@gmail.com> * new sequence model version * restore hidden states added * burn in frames feature added * a more general recurrent agent * stateless drqn agent * new sequence model version * Update Sequence model to remove coupling with LSTM/GRU * Fix issue with agent_traj_state vs hidden_state * Update config to match new atari env * Fixed issue with storing hidden states in replay buffer --------- Co-authored-by: Artem Zholus <artem.zholus@gmail.com> Co-authored-by: artem.zholus <artem.zholus@login-3.server.mila.quebec> Co-authored-by: Darshan Patil <dapatil211@gmail.com> Co-authored-by: Kshitij Gupta <kshitijkg01@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.