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

Add DotaService Proto for Hero Selection #50

Open
Nostrademous opened this issue Feb 5, 2019 · 3 comments
Open

Add DotaService Proto for Hero Selection #50

Nostrademous opened this issue Feb 5, 2019 · 3 comments

Comments

@Nostrademous
Copy link
Collaborator

We have a way to send Actions to the agent during game time, but we also need a way to inform the hero selection process what heroes we recommend picking.

@TimZaman
Copy link
Owner

TimZaman commented Feb 5, 2019

For now, I think we should set up the game with a proto indicating which heroes should be picked on which positions, and how these are controlled. Preferably, that would also allow playing against bots. That means we need to revert the bot_generic.lua mechanism.
Right now there's dirty hardcoded bot 0 or bot 5 clause in the lua Think() fn.

@Nostrademous
Copy link
Collaborator Author

I can work on this as I'm familiar with what needs to get done on the Lua side. Since you had stronger opinions than I did on the protobuf structure I opened this issue so you can think and suggest an approach you are comfortable with for agent communication during that phase.

@TimZaman
Copy link
Owner

TimZaman commented Feb 5, 2019 via email

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

2 participants