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

Drafting in Agent #39

Closed
wants to merge 2 commits into from
Closed

Conversation

Nostrademous
Copy link
Collaborator

This will work with the dotaservice PR

@Nostrademous
Copy link
Collaborator Author

Fixed issues with reset to a new game after completion. Works locally for me now.

@@ -665,6 +669,53 @@ def save(self, stem):
png.from_array(self.canvas, 'RGB').save('{}.png'.format(stem))


class Draft:
RADIANT_RANGE = [0,1,2,3,4]
Copy link
Owner

Choose a reason for hiding this comment

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

Does this all still work if there's a human playing? Because humans and observers messes up the indices often

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