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

Adding duck functionality #14

Open
b-x-wu opened this issue Jan 19, 2021 · 2 comments
Open

Adding duck functionality #14

b-x-wu opened this issue Jan 19, 2021 · 2 comments

Comments

@b-x-wu
Copy link

b-x-wu commented Jan 19, 2021

Hi! I was looking through the code, and I realized that there's no way for the dino to duck during the game. There's a duck method for the DinoAgent class, but there's nothing in the Game class to support it.

I added in the functionality, and I was wondering if I could make a pull request.

@mofengboy
Copy link

Hi! I was looking through the code, and I realized that there's no way for the dino to duck during the game. There's a duck method for the DinoAgent class, but there's nothing in the Game class to support it.

I added in the functionality, and I was wondering if I could make a pull request.

How is the duck method implemented, please? I tried send_keys(Keys.DOWN) and keep_down(Keys.DOWN) without success.

@ravi72munde
Copy link
Collaborator

It was intentionally removed to reduce the training time and complexity.

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

3 participants