Author Topic: fear and courage  (Read 3420 times)

Offline Gambit

  • Bot Builder
  • **
  • Posts: 52
    • View Profile
fear and courage
« on: April 29, 2008, 11:34:14 AM »
a fear rating. you'd build up fear and then shoot it at the enemy. causing them to run away from you or even enrage them against you depending on thier courage (another rating which would take twice the energy to build up that fear does)

basically

shell is to body shots as courage is to fear

Offline Peksa

  • Bot Destroyer
  • ***
  • Posts: 118
    • View Profile
fear and courage
« Reply #1 on: April 29, 2008, 01:56:45 PM »
You can already make a bot flee with

cond
conditions here
start
.dx .shoot store
*.maxvel .shootval store
stop

or you could  make the enemy put more effort into killing you with (or potentially kill themselves with high enough value)

cond
blah blah
start
.shootval .shoot store
64 .shootval store
stop

Offline bacillus

  • Bot Overlord
  • ****
  • Posts: 907
    • View Profile
fear and courage
« Reply #2 on: April 29, 2008, 07:08:24 PM »
This could be achieved with emulating simple hormones in the form of shots. The problem is that a scary racoon might not scare away a crocodile eg. there is some problems towards compatability. Making lots of tiny bots to scare away the huge ones seems silly.
"They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown."
- Carl Sagan

Offline gymsum

  • Bot Destroyer
  • ***
  • Posts: 215
    • View Profile
fear and courage
« Reply #3 on: April 30, 2008, 09:54:56 AM »
I think this already exissts in the form of pain and pleasure..

Offline bacillus

  • Bot Overlord
  • ****
  • Posts: 907
    • View Profile
fear and courage
« Reply #4 on: April 30, 2008, 05:47:51 PM »
That's energy gain and loss; it could play a role, but I don't think that's what he means. Btw. it's bot cruelty to refer to .pain in a bot's DNA  
"They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown."
- Carl Sagan

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
fear and courage
« Reply #5 on: April 30, 2008, 06:57:42 PM »
The core issue here is that the concept of "fear" is an emotion that our brains give us to keep us alive.  Meaning that it's something a bot writer (or evolution) needs to actually build.  There's no way to add a concept of fear to the program and have bots respond by running away or whatever, because "run away" is too nebulous a concept to enforce on the actual program level.  Of course, there's nothing to prevent someone from coding in something like fear in their bot and having their bots run away when out numbered or out gunned or whatever.
« Last Edit: April 30, 2008, 06:58:12 PM by Numsgil »

Offline gymsum

  • Bot Destroyer
  • ***
  • Posts: 215
    • View Profile
fear and courage
« Reply #6 on: May 01, 2008, 12:08:02 AM »
Quote from: Numsgil
The core issue here is that the concept of "fear" is an emotion that our brains give us to keep us alive.  Meaning that it's something a bot writer (or evolution) needs to actually build.  There's no way to add a concept of fear to the program and have bots respond by running away or whatever, because "run away" is too nebulous a concept to enforce on the actual program level.  Of course, there's nothing to prevent someone from coding in something like fear in their bot and having their bots run away when out numbered or out gunned or whatever.

I agree with you 100%. Thats why I mentioned pain and pleasure, they can be implemented as emotions, since what they mostly are in tangible manners.