About: MultiMode 101   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : dbkwik.org associated with source dataset(s)

Multi-Mode robots have two or more separate modes that they can switch between. A good multi-mode robot will attempt to learn which mode is better. In this tutorial we will be merging two simple robots together. Here are the source robots:

AttributesValues
rdfs:label
  • MultiMode 101
rdfs:comment
  • Multi-Mode robots have two or more separate modes that they can switch between. A good multi-mode robot will attempt to learn which mode is better. In this tutorial we will be merging two simple robots together. Here are the source robots:
dcterms:subject
dbkwik:robotbattle...iPageUsesTemplate
abstract
  • Multi-Mode robots have two or more separate modes that they can switch between. A good multi-mode robot will attempt to learn which mode is better. In this tutorial we will be merging two simple robots together. Here are the source robots: Init{ name("SittingDuck") author("GNU FDL") regcore(core) regdtcrobot(FoundBot, 1) regascan(autoscan, 2) lockgun(_true) //Lock the gun to the radar } Core{ bodyleft(5) } FoundBot{ stop() fire(5) continue() } autoscan{ scan() } Init{ name("CookieGuy") author("GNU FDL") regcore(core) regdtccookie(FoundCookie, 1) regascan(autoscan, 2) } Core{ radarleft(5) } FoundCookie{ stop() syncall() ahead(_scandist+5) continue() } AutoScan{ scan() }
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software