Welcome To Darwinbots > Newbie
Here are some general qustions:
Botsareus:
Hello people, it's been a while. I am living in sunny florida now. I have some qustions:
1.) The main page says:
Darwinbots is an Artificial Life simulator that merges the gameplay of C-Robots type arena combat with adaptive asexual population dynamics.
My qustion is: You guys still can't make robots that generate new robots by combination of two dnas?
2.) My second qustion: Which DB virsion is currently used to run the formula1 league? I have finaly perfected a way to evolve my little dum straight line feeding robot...
3.) I need to know this to evolve my robot: How do the top robots in the league know when they incounter each other or the enemy?
Thanks for your help as always...
Numsgil:
Modern versions have sex, actually. So asexual isn't entirely correct. But the feature isn't as mature as regular asexual reproduction, (there are still some balancing issues to work out IMO).
I believe 2.43.1L is used to run leagues at present.
--- Quote ---3.) I need to know this to evolve my robot: How do the top robots in the league know when they incounter each other or the enemy?
--- End quote ---
There are many different methods. The most common ones involve myeye/refeye, memloc/memval, and in/out pairs.
Botsareus:
1.) There is no help on the wiki on how to actualy use the in/out pair... HELP!!! I need db-code...
2.) Is there other ref commands then only refeye that remain constant troughout the robots life?
Thanks for your help...
Numsgil:
There are some other refX/myX pairs, but I don't remember them off the top of my head. Look through the wiki at the sysvars and see if there are any that look interesting.
When a bot is looking at another bot, the other bot's .out sysvars are copied to the looking bot's .in sysvars, so essentially they're like refvars except that you can specify what values they'll be. In code:
*.robage 1 <=
100 .out1 store
' ... more code here...
*.in1 100 == ' will be true when it's a conspec
Botsareus:
Numsgil I cant find "2.43". What I can find is "2.4.3" as in "http://www.darwinbots.com/FTP/DarwinBots2.4.3.zip". Is this the same?
Navigation
[0] Message Index
[#] Next page
Go to full version