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

Landing Pad not positionned during first episode #2

Open
Armandpl opened this issue Feb 25, 2022 · 0 comments
Open

Landing Pad not positionned during first episode #2

Armandpl opened this issue Feb 25, 2022 · 0 comments

Comments

@Armandpl
Copy link
Owner

We update the landing pad position when calling _init_goal (which is called on reset).
But, to be able to use the env without rendering, we instantiate the renderer on the first call to render(). This means that during the first episode _init_goal is called before the renderer exists and therefore the landing pad isn't positioned on the screen.

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