From 1d5317c9b86bf8fb13e1527e497033270f05f757 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: 8ad06e9dd161bfcde60f1dd2a67e868049576af4 --- 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 +"""