Difference between revisions of "Prime"

From Robowiki
Jump to navigation Jump to search
m (change description to ExpertRobot)
Line 8: Line 8:
 
| altimage        = [[File:Prime.png|146px]]
 
| altimage        = [[File:Prime.png|146px]]
 
| author          = [[User:Xor|Xor]]
 
| author          = [[User:Xor|Xor]]
| extends        = [[AdvancedRobot]]
+
| extends        = [[ExpertRobot]]
 
| movement        = [[Wave Surfing]]
 
| movement        = [[Wave Surfing]]
 
| targeting      = [[Dynamic Clustering]]
 
| targeting      = [[Dynamic Clustering]]
Line 23: Line 23:
  
 
; What's special about it?
 
; What's special about it?
: It is the first robot that features deep neural network
+
: It is the first robot that features deep neural network. It is also the first robot that uses [[ExpertRobot]].
  
 
== Strategy ==
 
== Strategy ==

Revision as of 15:44, 12 August 2017

Prime Sub-pages:
Version History
Prime
Prime.png
Author(s) Xor
Extends ExpertRobot
Targeting Dynamic Clustering
Movement Wave Surfing
Released Not yet
Current Version 0.01
Code License Proprietary

Background Information

What's special about it?
It is the first robot that features deep neural network. It is also the first robot that uses ExpertRobot.

Strategy

How does it move?
Prime is the first robot that features deep neural netwrok
How does it fire?
// Todo
What does it save between rounds and matches?
Between matches: Nothing.
Between rounds: Everything.

Additional Information

Where did you get the name?
From it's colors. I made it purple, like ancient primes ;)
Can I use your code?
Not yet ;)
What's next for your robot?
Release it
What other robot(s) is it based on?
None, every bit of code is written by myself. And it's my first bot.