Steve Jackson Games - Site Navigation
Home General Info Follow Us Search Illuminator Store Forums What's New Other Games Ogre GURPS Munchkin Our Games: Home

Go Back   Steve Jackson Games Forums > Roleplaying > GURPS

Reply
 
Thread Tools Display Modes
Old 03-23-2017, 12:30 AM   #81
Boomerang
 
Boomerang's Avatar
 
Join Date: Feb 2016
Location: Melbourne, Australia (also known as zone Brisbane)
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Varyon View Post

More likely:
3. If there are more than 1 targets of highest value, determine priority target randomly.

At the very least, step 3 would be when they call in for help, and probably take a defensive posture while waiting for a response (instead of standing around waiting for a HEAT missile to the face). It would probably confer with nearby NU's first, probably going with the consensus target (that is, it errs on the side of backing up its squad). If the other NU's are equally split, similarly stuck, fail to respond, or if it's alone, it would attempt to contact the AU in charge of it. Failing that, it makes a random choice.
I am not convinced the zone minds would tolerate NUs that can make random decisions. It would cause more problems for the zone minds than it solves. Even AUs would only be able to make random decisions within a narrowly defined set of parameters. As far as I can tell Overmind's issue with humans is that it can't control them so they pose an unacceptable risk.
Boomerang is offline   Reply With Quote
Old 03-23-2017, 06:58 AM   #82
Varyon
 
Join Date: Jun 2013
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Boomerang View Post
I am not convinced the zone minds would tolerate NUs that can make random decisions. It would cause more problems for the zone minds than it solves. Even AUs would only be able to make random decisions within a narrowly defined set of parameters. As far as I can tell Overmind's issue with humans is that it can't control them so they pose an unacceptable risk.
This is programming for when the NU is out of the zone mind's control, and so long as it's been programmed properly it will still only target what the zone mind wants it to target, it's just that the choice ends up random. Hell, if Overmind is that paranoid, instead of a random number generator it can set the bots to just target whichever target is furthest to the north relative to the bot, with furthest to the east as a tie-breaker.

I should also note that, currently, no random number generator is actually random, so it's entirely possible Overmind can predict what his NU's will do when it's determined "randomly."
Varyon is online now   Reply With Quote
Old 03-23-2017, 10:20 AM   #83
Anthony
 
Join Date: Feb 2005
Location: Berkeley, CA
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Varyon View Post
I should also note that, currently, no random number generator is actually random, so it's entirely possible Overmind can predict what his NU's will do when it's determined "randomly."
This is incorrect. There is no way to produce a random number purely in software, but it's relatively easy to do with hardware -- for example, given that robots have sensors, just use read noise from the sensor system.
__________________
My GURPS site and Blog.
Anthony is online now   Reply With Quote
Old 03-23-2017, 10:40 AM   #84
ericthered
Hero of Democracy
 
ericthered's Avatar
 
Join Date: Mar 2012
Location: far from the ocean
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Anthony View Post
This is incorrect. There is no way to produce a random number purely in software, but it's relatively easy to do with hardware -- for example, given that robots have sensors, just use read noise from the sensor system.
Of course, a deterministic control freak over-mind could provide each robot with a source of random numbers it can predict for each robot. You have to really work to get said true randomness.
__________________
Be helpful, not pedantic

Worlds Beyond Earth -- my blog

Check out the PbP forum! If you don't see a game you'd like, ask me about making one!
ericthered is online now   Reply With Quote
Old 03-23-2017, 04:08 PM   #85
Boomerang
 
Boomerang's Avatar
 
Join Date: Feb 2016
Location: Melbourne, Australia (also known as zone Brisbane)
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by ericthered View Post
Of course, a deterministic control freak over-mind could provide each robot with a source of random numbers it can predict for each robot. You have to really work to get said true randomness.
It makes sense to me for the sequence to be pseudo random. Perhaps every time a robot returns to a robot hotel a new sequence is provided along with other software updates.

Robots would need to be in constant communication with their relevant Overseer in order for the robot hierarchy to maintain control. Those pseudo random numbers could form part of a communications protocol (in addition to other encryption) so that the Overseers know that individual robots are operating correctly and to make it difficult for enemies to seize control of individual robots or give false information back to the Overseers. Could make for a good mission for the PCs to get hold of the latest pseudo random sequence without the robot hierarchy knowing.

Last edited by Boomerang; 03-23-2017 at 04:20 PM.
Boomerang is offline   Reply With Quote
Old 03-23-2017, 05:02 PM   #86
fredtheobviouspseudonym
 
Join Date: May 2007
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Boomerang View Post
It makes sense to me for the sequence to be pseudo random. Perhaps every time a robot returns to a robot hotel a new sequence is provided along with other software updates.

Robots would need to be in constant communication with their relevant Overseer in order for the robot hierarchy to maintain control. Those pseudo random numbers could form part of a communications protocol (in addition to other encryption) so that the Overseers know that individual robots are operating correctly and to make it difficult for enemies to seize control of individual robots or give false information back to the Overseers. Could make for a good mission for the PCs to get hold of the latest pseudo random sequence without the robot hierarchy knowing.
Even if it's not actually fully random it should be enough to make the zonemind happy.

In the standard example, if the robot has two human beings running in different directions & can't contact The Boss (Zonemind, not Springsteen) for directions, using (as mentioned) random noise from sensors to determine a course of action should work. Remember that it's in rare circumstances that the zonemind cares.

If the sensor noise randomizer functions in a way that gets the robot killed or captured, big whoop. It's one of a zillion robots that the Zonemind controls. Napoleon & Hitler (and many others) never gave a flying [expletive deleted] about the survival or death of any single grognard or landser, and the zonemind cares less. Robots are effectively utensils, not people, to the zonemind.

Ditto for the target. Unless the one that gets away is Princess You-Know-Who with the plans for the Ultimate Weapon, it's pretty immaterial to the zonemind which resistant human gets killed. You kill one today, you kill the other later.

It would be more important that the robot in question makes some sort of decision and acts on it than that it makes the absolute perfect decision -- after minutes of trying to sort out variables.

I believe that various militaries have already set up software for such random choices for, among others, automated SAM networks. IIRC there was one such case in the 1982 Falklands war when an automated Royal Navy SAM system detected two Argentinian jets making a run at the same distance, speed, & time and said SAM system shut itself off. I'm sure that within days of the publication of said story every nation on earth that made SAMs began software design to eliminate such a problem.
fredtheobviouspseudonym is offline   Reply With Quote
Old 03-23-2017, 05:15 PM   #87
Varyon
 
Join Date: Jun 2013
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Anthony View Post
This is incorrect. There is no way to produce a random number purely in software, but it's relatively easy to do with hardware -- for example, given that robots have sensors, just use read noise from the sensor system.
From what I understand, patterns emerge with such schemes, meaning the result isn't "truly" random, even if it looks that way in the moment. The difference may be too slight to allow prediction by the zone mind, however, so then if it truly refuses to allow for any action to not be perfectly predictable, you use a non-random scheme, like my north-east suggestion. There may be potential to exploit that (or not, if you have some killbots programmed for north-east, some for east-south, some for west-north, and so forth), but it's certainly preferable to "killbot stops killing things."
Varyon is online now   Reply With Quote
Old 03-23-2017, 05:32 PM   #88
Anthony
 
Join Date: Feb 2005
Location: Berkeley, CA
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Varyon View Post
From what I understand, patterns emerge with such schemes
In general, the way you produce random noise is you take a noisy signal and subtract the pattern from it; what's left is noise. If you're mistaken about the pattern that is expected from the signal, you can wind up with something that isn't quite random, but anything below the threshold for quantum noise is pretty well guaranteed random. In any case, it doesn't actually take a very good random number generator to be effectively unpredictable without quite extensive surveillance.
__________________
My GURPS site and Blog.
Anthony is online now   Reply With Quote
Old 03-23-2017, 06:03 PM   #89
sir_pudding
Wielder of Smart Pants
 
sir_pudding's Avatar
 
Join Date: Aug 2004
Location: Ventura CA
Default Re: Ideas for Anti Robot Technology

You can't expect to be able to write a series of procedural instructions that represent IQ 8 or whatever.

Last edited by sir_pudding; 03-23-2017 at 07:45 PM.
sir_pudding is offline   Reply With Quote
Old 03-23-2017, 07:41 PM   #90
lwcamp
 
lwcamp's Avatar
 
Join Date: Nov 2004
Location: The plutonium rich regions of Washington State
Default Re: Ideas for Anti Robot Technology

Quote:
Originally Posted by Varyon View Post
More likely:
3. If there are more than 1 targets of highest value, determine priority target randomly.
It's even easier than that. Make a list of targets. Assign each target a priority. Then do an indexed sort on the list (using heapsort, mergesort, quicksort, or whatever your favorite algorithm is) and take the top one. There will always be a top element in the list (as long as the size of the list is one or more), so there's no need to worry about random numbers.

Luke
lwcamp is offline   Reply With Quote
Reply

Tags
anti, reign of steel, robots, technology

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Fnords are Off
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 05:28 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.