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

re-enable and fix atari preprocessing wrappers pixel test #1652

Merged
merged 1 commit into from
Aug 23, 2019

Conversation

pzhokhov
Copy link
Collaborator

No description provided.

env3 = AtariPreprocessing(env_fn(), screen_size=84, grayscale_obs=False, frame_skip=1, noop_max=0)
env1.reset()
# take these steps to imitate actions of FireReset logic
env1.step(1)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per discussion here: openai/baselines#240 it may also make sense to remove FireReset logic altogether

Copy link
Contributor

@christopherhesse christopherhesse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, want to make a separate issue for maybe removing FireReset?

@pzhokhov
Copy link
Collaborator Author

#1659

@pzhokhov pzhokhov merged commit fd53147 into master Aug 23, 2019
@pzhokhov pzhokhov deleted the atari_preproc_wrappers_tests branch August 23, 2019 22:46
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

Successfully merging this pull request may close these issues.

2 participants