From 106e1285b23a074728496042ca3ce9c432416a7b Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 12 Oct 2023 02:15:53 -0400 Subject: [PATCH] battle royal Former-commit-id: 8035c35293ab7563436051230aadb31e1e6ea3d3 --- swarms/swarms/battle_royal_swarm.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 swarms/swarms/battle_royal_swarm.py diff --git a/swarms/swarms/battle_royal_swarm.py b/swarms/swarms/battle_royal_swarm.py new file mode 100644 index 00000000..a10b15e2 --- /dev/null +++ b/swarms/swarms/battle_royal_swarm.py @@ -0,0 +1,17 @@ +""" + +Battle royal swarm where agents compete to be the first to answer a question. or the best answer. +Look to fornight game + +teams of 1, 3 or 4 that equates to 100 total agents + + +Communication is proximal and based on proximity +Clashes with adversial agents not in team. + +Teams of 3 agents would fight each other and then move on while other agents are clashing with eachother as well. + +Agents can be in multiple teams +Agents can be in multiple teams and be adversial to each other +Agents can be in multiple teams and be adversial to each other and be in multiple teams +"""