Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix episodic_life bug in atari env #121

Merged
merged 1 commit into from
May 16, 2022

Conversation

Trinkle23897
Copy link
Collaborator

close #120

@Trinkle23897
Copy link
Collaborator Author

local test result:

$ python3 try.py
([-21.0, -21.0, -21.0], [-21.0, -21.0, -21.0])
([-21.0, -21.0, -19.0], [-31.0, -21.0, -19.0])
([-19.0, -21.0, -19.0], [-34.0, -21.0, -19.0])
([-19.0, -19.0, -20.0], [-19.0, -19.0, -20.0])
([-20.0, -20.0, -21.0], [-20.0, -20.0, -21.0])

@Trinkle23897 Trinkle23897 merged commit 83df7f4 into sail-sg:master May 16, 2022
@Trinkle23897 Trinkle23897 deleted the episodic_life-fix branch May 16, 2022 00:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] The reset function doesn't actually seem to reset the environment, at least for the "Pong-v5" env
1 participant