Hacker News new | ask | show | jobs
Show HN: Multi Agent World Cup Simulator (github.com)
1 points by tantara 14 days ago
The World Cup kicks off today. I built a world cup simulator that plays matches using multi agents. It uses four agents.

1) two manager agents: handle lineup, formulation, strategy, etc 2) main agent: generate the game play and events 3) referee agent: issues red/yellow card

the agents share context with each other as the game progresses. You can check out the simulation results at https://worldcup-sim.bg.app/. Go see how your favorite teams are doing.