Add Support for 5v5 GameMode
Closed this issue · 5 comments
Nostrademous commented
All Pick Support - DOTA_GAMEMODE_AP
TimZaman commented
That's supported already right in the proto no?
Nostrademous commented
Yes, but I meant more from an AI agent perspective.
I guess I am assuming 1 agent per bot with experience sharing so the "issue" was more with implementing multi-agent per team framework.
TimZaman commented
I think that should already work?
…On Mon, Jan 14, 2019 at 9:48 PM Nostrademous ***@***.***> wrote:
Yes, but I meant more from an AI agent perspective.
I guess I am assuming 1 agent per bot with experience sharing so the
"issue" was more with implementing multi-agent per team framework.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHXSRB1haVhrdL6Ga9evVGGKJP8HWIV6ks5vDWvHgaJpZM4Z8seg>
.
TimZaman commented
This should be straightforward. We would only need to provide a (static) configuration that tells the game which bots to configure. Right now that's hack-hardcoded in https://github.com/TimZaman/dotaservice/blob/master/dotaservice/lua/bot_generic.lua#L146-L148
TimZaman commented
Done!