Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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: