Bots and Simulations > Evolution and Internet Sharing Sims

Simplest Evo Starter Bot

<< < (15/30) > >>

Numsgil:
Yeah, for something like this you want to start off with very low negative consequences, until some sort of population develops.  Then you can use natural selection and start jacking up costs and difficulty.

Welwordion:
heh what are yellow shots?
I started a simulation where all bots are veggies(5 nrg per kb) and point mutations are high and one started to shoot shoots which caused the target to shoot yellow shoots.
I use this code:

cond
start
*.in1 971 store
*.in2 972 store
*.in3 973 store
*.in4 974 store
*.in5 975 store
*971 .out1 store
*972 .out2 store
*973 .out3 store
*974 .out4 store
*975 .out5 store
stop

cond
*.robage 0 =
start
20 rnd .out1 store
20 rnd .out2 store
20 rnd .out3 store
20 rnd .out4 store
20 rnd .out5 store
stop

cond
17 69 99 rnd rnd
75 98 356 rnd rnd
start
45 56 34 rnd rnd
45 567 7 87 89 408 308 rnd rnd
11 32 576 78 101 rnd rnd
36 766 799 44 35 5 232 876  rnd rnd
446 787 909 9 33 20 45 rnd rnd
13 14 26 rnd rnd
stop

cond
345 678 98 sgn
start
475 775 334 sgn sgn
768 343 874 3 64 sgn sgn
95 334 34 232 sgn
65 243 11 113 1 11 sgn
stop

cond
17 69 99 rnd rnd
75 98 356 rnd rnd
start
45 56 34 rnd rnd
45 567 7 87 89 408 308 rnd rnd
11 32 576 78 101 rnd rnd
36 766 799 44 35 5 232 876  rnd rnd
446 787 909 9 33 20 45 rnd rnd
13 14 26 rnd rnd
stop

cond
345 678 98 sgn
start
475 775 334 sgn sgn
768 343 874 3 64 sgn sgn
95 334 34 232 sgn
65 243 11 113 1 11 sgn
stop

end

Testlund:
I just found another one! This one has produced 3 offsprings. Unfortunately they seem to have very little energy at birth and they die soon after they are born. You can see the child on the screenshot to the left of the robot data window. The child only had 63 energy when I took the screenshot. What do you make of the DNA? Does it look like it can reproduce?

Here's the gene:

 dist dist -10 !~=
 angle !=
 *.mass xor
 sqr mult ++ ~ >
 inc
 *.up

Ok, enough postings about this. I'll wait until I have a bot that can produce a stable population.

[quote heh what are yellow shots?
[/quote]

I think yellow shots are poison. I designed one bot that was shooting poison to anyone wich was shooting at it. Those shots were yellow, Cyanobacterium Nostoc.

Welwordion:
^^ one of my bot seems to move trough other bots is this normal or is they collision radius different from the radius shown?

Testlund:
I think collision is a little buggy. If I remember correctly it will be fixed in the next relsease.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version