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

Unclear documentation in the Pitfall-v0 environment #1348

Closed
ghost opened this issue Mar 3, 2019 · 1 comment
Closed

Unclear documentation in the Pitfall-v0 environment #1348

ghost opened this issue Mar 3, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 3, 2019

As already stated in #106 , the documentation on the environments would really need some improvements. As of now, I need to run experiments on the Pitfall-v0 environment and I'm stuck because I can't figure out how the reward is computed exactly. Is it the points in the game? And are they returned to the program via some simplified API or are they computed from the pixels on the screen? Thanks in advance to whoever will give us some clarification on this one.

@ghost ghost changed the title Unclear documentation in the Pitfall! environment Unclear documentation in the Pitfall-v0 environment Mar 3, 2019
@christopherhesse
Copy link
Contributor

ALE environments such as Pitfall generally use score in the game, for pitfall you can find the code in the Arcade Learning Environment repo: https://github.com/mgbellemare/Arcade-Learning-Environment/blob/master/src/games/supported/Pitfall.cpp#L51

I agree that more documentation of the environments would be useful, for now we have issue #106 as well as https://github.com/openai/gym/wiki/Table-of-environments

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

1 participant