Difference between revisions of "Simple Example Bots"

From Gladiabots Wiki
Jump to: navigation, search
(Created page with "One can learn of bots with few nodes that have a pretty good performance in the game. They are a great base to start optimizing for beginners but also for advanced players to...")
 
m (Gilberreke moved page Strategies SimpleBots to Simple Example Bots)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
One can learn of bots with few nodes that have a pretty good performance in the game. They are a great base to start optimizing for beginners but also for advanced players to test their AI against.
+
Some AIs have only few nodes, but boast great performance. They are a great base to start optimizing for beginners but also for advanced players to test their AI against.
  
=== Ultimate AI for beginners (16 nodes) ===
+
== Babby's First Bot Series - By MonsPubis ==
  
PEW presented this [https://forum.gladiabots.com/viewtopic.php?f=3&t=647 Ultimate AI for beginners] in the forum.
+
MonsPubis made a [https://www.youtube.com/playlist?list=PLLEegc-maTgP29G9tVngpjnP4qmRWGdxY playlist of videos] on the creation of starter bots. Here are the bots from that tutorial:
  
[[File:Ultimate AI for beginners.png|thumb|none|800px|Ultimate AI for beginners - [https://wiki.gladiabots.com/images/3/3c/Ultimate_AI_for_beginners.png Higher resolution (2236 × 1228 pixel)]]]
+
[[File:Babby - Collection.png|thumb|none|600px|Babby Collection - 10 Nodes]]
 +
[[File:Babby - Domination.png|thumb|none|600px|Babby Domination - 10 Nodes]]
 +
[[File:Babby - Elimination.png|thumb|none|600px|Babby Elimination - 12 Nodes]]
  
The AI is split into this main modules:
+
== Essential Series by Gilberreke ==
  
* Blue: The retreat module
+
[[File:Essential-Collection.png|thumb|none|800px|Essential Collection - 18 Nodes]]
* Yellow: The shooting module (with high priority)
+
* Green: The resource module
+
* Red: The pushing module
+
* Pink: The shooting module (with low priority)
+
  
=== Grand Master League Bot (30 nodes) ===
+
=== Some notes on Essential Collection: ===
  
LuBeNo presented this [https://forum.gladiabots.com/viewtopic.php?f=3&t=605 Grand Master League Bot] in the forum.
+
* For Collection, you generally have 4 modules: Flee, Score, Attack and Capture.
 +
* This AI uses the M-type strategy (capture resources towards the middle first).
 +
* It has a nice use of a team tag to keep track of all resources that were ever on the ally side
  
[[File:Grand Master League Bot.png|thumb|none|800px|Grand Master League Bot - [https://wiki.gladiabots.com/images/7/7a/Grand_Master_League_Bot.png Higher resolution (2276 × 986 pixel)]]]
+
[[File:Essential-Domination.png|thumb|none|800px|Essential Domination - 18 Nodes]]
  
The AI is split into this modules:
+
=== Some notes on Essential Domination: ===
  
* Defense
+
* In Domination, we Capture bases and then Defend them, there is no Score module, as scoring happens automatically when a bot is in short range of a base.
* Shotgun
+
* This AI uses the capture node to "wiggle" itself in the direction of the closest enemy when it enters a base.
* Offense
+
* In the defend module, we also defend if we've captured a Force Field.
* Dancing
+
 
 +
[[File:Essential-Elimination.png|thumb|none|800px|Essential Elimination - 16 Nodes]]
 +
 
 +
=== Some notes on Essential Elimination: ===
 +
* In Elimination, we have two types of shooting: offensive (Attack) and Defensive fire.
 +
* Counter 1 is used to dynamically compare enemies and allies. If the allies are in the majority, it pushes in.
 +
* The movement section tries to keep bots clustered together, while pushing the enemy towards the wall.

Latest revision as of 02:23, 12 April 2021

Some AIs have only few nodes, but boast great performance. They are a great base to start optimizing for beginners but also for advanced players to test their AI against.

Babby's First Bot Series - By MonsPubis

MonsPubis made a playlist of videos on the creation of starter bots. Here are the bots from that tutorial:

Babby Collection - 10 Nodes
Babby Domination - 10 Nodes
Babby Elimination - 12 Nodes

Essential Series by Gilberreke

Essential Collection - 18 Nodes

Some notes on Essential Collection:

  • For Collection, you generally have 4 modules: Flee, Score, Attack and Capture.
  • This AI uses the M-type strategy (capture resources towards the middle first).
  • It has a nice use of a team tag to keep track of all resources that were ever on the ally side
Essential Domination - 18 Nodes

Some notes on Essential Domination:

  • In Domination, we Capture bases and then Defend them, there is no Score module, as scoring happens automatically when a bot is in short range of a base.
  • This AI uses the capture node to "wiggle" itself in the direction of the closest enemy when it enters a base.
  • In the defend module, we also defend if we've captured a Force Field.
Essential Elimination - 16 Nodes

Some notes on Essential Elimination:

  • In Elimination, we have two types of shooting: offensive (Attack) and Defensive fire.
  • Counter 1 is used to dynamically compare enemies and allies. If the allies are in the majority, it pushes in.
  • The movement section tries to keep bots clustered together, while pushing the enemy towards the wall.