Hacker News new | past | comments | ask | show | jobs | submit login

I think OP wants to know how the neural network actually plays the game. I think in this case the dota client has an api for bots that it can use?



Yes, there's a bot API.

We dump state from the bot API each tick and send it over GRPC to a Python agent, which formats the state into a tuple of Numpy arrays. That Numpy array is passed into 5 neural networks (one per agent), each of which returns a tuple of Numpy arrays. Each tuple is decoded into a semantic action, which is then returned to the game via GRPC.


Is the entire system one agent, which is then replicated across 5 bot instances, or do you have a specific network per hero?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: