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

Building the environment with DeepMind wrappers #53

Closed
bmazoure opened this issue Sep 1, 2019 · 1 comment
Closed

Building the environment with DeepMind wrappers #53

bmazoure opened this issue Sep 1, 2019 · 1 comment
Labels

Comments

@bmazoure
Copy link

bmazoure commented Sep 1, 2019

The environment in this repo is implemented directly from atari_py. However, in some cases, it might be useful to have the option to build it using OpenAI Gym's syntax. Is there a direct equivalent of the current environment in terms of OpenAi baselines.common.atari_wrapper? I was thinking something along the lines of wrap_deepmind(gym.make('QbertNoFrameskip-v4'),episode_life=False,frame_stack=True,scale=True,clip_rewards=False), but this doesn't seem to achieve quite the same rewards as your implementation.

@Kaixhin
Copy link
Owner

Kaixhin commented Sep 1, 2019

I remember looking at baselines a long time ago and for whatever reason thinking it didn't quite work out, so maybe, but not sure. Should be possible to work out if you go through both codebases carefully. Would not introduce baselines as a dependency for this project though because it brings in a lot of unnecessary things.

@bmazoure bmazoure closed this as completed Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants