TimZaman / dotaclient

distributed RL spaghetti al arabiata
26 stars 7 forks source link

Add Support for 5v5 GameMode #11

Closed Nostrademous closed 5 years ago

Nostrademous commented 5 years ago

All Pick Support - DOTA_GAMEMODE_AP

TimZaman commented 5 years ago

That's supported already right in the proto no?

Nostrademous commented 5 years ago

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 5 years ago

I think that should already work?

On Mon, Jan 14, 2019 at 9:48 PM Nostrademous notifications@github.com 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 https://github.com/TimZaman/dotaclient/issues/11#issuecomment-454274455, or mute the thread https://github.com/notifications/unsubscribe-auth/AHXSRB1haVhrdL6Ga9evVGGKJP8HWIV6ks5vDWvHgaJpZM4Z8seg .

TimZaman commented 5 years ago

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 5 years ago

Done!