Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ramiro

Pages: [1]
1
F2 bots / Jejen 1.11 (F2)(Ramiro)-10.03.07
« on: March 10, 2007, 12:04:15 PM »
Code: [Select]
' Jejen 1.11
' Just a mix of SWARM (Elite) and Hunter 2.13 (PY)
' and many other good ideas from other authors
' Nothing of my own creation actually
' Works on 2.43



' Anti birth-tie

cond
start
.tie *.robage 1 add mult inc
.deltie inc
stop

' Swarm

cond
*.eye5 0 >
*.refeye *.myeye =
start
*.refaim .setaim store
*.refvelup .up store
stop

' Move

cond
*.eye5 0 =
start
1 .up store
*.eye9 *.eye1 sub 2 mult .aimdx store
stop

' Aim

cond
*.eye5 0 >
*.refeye *.myeye !=
*.eye1 *.eye5 >
*.eye1 *.eye9 >
start
100 .aimsx store
'5 .sx store
stop

cond
*.eye5 0 >
*.refeye *.myeye !=
*.eye9 *.eye5 >
*.eye9 *.eye1 >
start
-100 .aimsx store
'5 .dx store
stop

cond
*.eye5 0 >
*.refeye *.myeye !=
*.eye3 *.eye5 >
*.eye3 *.eye7 >
start
50 .aimsx store
'5 .sx store
stop

cond
*.eye5 0 >
*.refeye *.myeye !=
*.eye7 *.eye5 >
*.eye7 *.eye3 >
start
-50 .aimsx store
'5 .dx store
stop

cond
*.eye5 35 >
*.refeye *.myeye !=
start
*.refvelup .up store
*.refvelsx .sx store
*.refveldx .dx store
*.refxpos *.refypos angle .setaim store

stop

' Attack

cond
*.eye5 35 >
*.refeye *.myeye !=
start
-6 .shoot store
16 .shootval store
stop

' Retaliate

cond
*.shflav 0 !=
*.shflav -2 !=
start
1256 *.shang sub .aimshoot store
1256 *.shang sub .setaim store
8 .shootval store
-6 .shoot store
0 .shflav store
stop


' Reproduce

cond
*.body 1000 >
start
30 .repro store
stop

' Feed on and store body

cond
*.nrg 10000 >
start
100 .strbody store
stop

cond
*.nrg 1000 <
start
*.body 0 floor .fdbody *.body sgn mult store
stop

end


Just a swarming bot that works in 2.43. I use it as a veggie (challenging prey) for evolution sims with other bots.

2
Bot Tavern / I miss SWARM
« on: March 09, 2007, 03:45:41 PM »
Hello, been a while since the my alst post.

I have moved to 2,43 and SWARM does not form swarms any more!!! Has anyone have a new version of this bot?

I use it as veggies for my evolution sims (as some kind of hervivorous herd)

Please help. I love this bots

3
Off Topic / Molecular Dynamics
« on: September 23, 2006, 07:43:45 AM »
I think this may be of interest to somebody in this forum.

http://en.wikipedia.org/wiki/Molecular_dynamics

http://folding.stanford.edu/

It is related to my field of work, if you have any question I would try to help you.

4
DNA - General / About Conspec recognition
« on: September 02, 2006, 09:55:20 AM »
When does it ends? Appart from cannibots that don´t recongnize even its own offspring, is there a set amount of mutations for a DBot to stop reconnizing its original form? How can I make a bot that has suffered a mutation to stop reconnizing its parent as CONSPEC but still recongnizing its childs?

I would like to try simulations with fast evolution without setting mutations rates too high wich are eventually deleterious to al DBots.

5
Biology / Quorum Sensing and Chemotaxis
« on: September 01, 2006, 08:56:30 AM »
For what I have learn up to this moment the way to transmit information in DBots is by ties or by "looking at" other bots.

I wonder if there is the possibility of simulating long distance comunication through chemical signals or if it is planned to be included in a future version?

6
I don´t know if this is a bug or something more interesting but I have seen an inmortal bot using version 2.37.6

It was a single cell bot evolved from a CERBERUS.

It moves straight in the direction of its eye a does NOTHING, absolutely NOTHING and when I look at its stas I noticed that when energy falls to 1000 it goes back to 1300 and so on!!!" Even when it was atacked by several other bots.

 I Think that I have not saved the simulation,but if I can get the DNA I will post it.

7
Biology / Spores?
« on: August 28, 2006, 04:48:58 PM »
Is there any way a DBots can make a structure like a spore?

BAsically:

VERY low methabolism (energy cost)

no active search for food

resistant to the attack of other bots

very slow or no locomotion at all

no reproduction

ready to go back to the active form when it comes across an anergy source

8
Newbie / Hi there
« on: August 27, 2006, 04:41:51 PM »
Hello

I am a biochemist from Argentina. I have found DBots recently and it seems very interesting. I tried some boring simulations with the default bots but I would like to try some of the ones that are posted in the BESTIARY section but I cant donwload them. I tried "save target as" already and left clicking but nothing. How can in download them?

Thak You

Pages: [1]