AgentSim: June Update (and Launch!)
AgentSim Launch My goal has been to develop a platform that allows anyone to develop and test their algorithms for multi-agent systems. My original goals are here , and my April update here . Since April, I have been working to get this project to a stage where people can start using it. Now, after completing the API, DSL, visualization, and sample algorithms, it is time for the launch of AgentSim! If you are interested in trying it out, email me at aditshah00@gmail.com, and I would really appreciate any feedback! I am willing to expand the functionality and algorithms available on this platform. For an overview of the rationale, code, and visualization of my project, c heck out this presentation and demo ! Components There are four main components to this project: Node API A Java and Kotlin API for creating and manipulating each node/agent Uses gRPC in the background to emulate broadcast messages of information updates (including location and weights) DSL...