Bots and Simulations > Simulation Emporium
My longest sim ever!
Griz:
--- Quote ---Well, the best bot right now displays these mutations, at 314600 cycles.
It's totally greek for me but maybe you can tell me something that explains their behavior.
--- End quote ---
if you click on 'robot info' and 'save bot dna ...
you will have it all in a txt file, named whatever you want to name it.
then you can upload it here ...
and we can put it in a sim and watch it too. ;)
Testlund:
I can't save a bots DNA from the program. If I do that the program will add a corrupt code at the end of the textfile so the bot can't be loaded. This line gets added to the bots DNA:
'#hash: &Uf0Sf\1^9<C,9!vq-mM
Instead I have to copy the bots DNA and paste it in a textfile. Then it works.
Here's the bot: B)
Griz:
--- Quote ---I can't save a bots DNA from the program. If I do that the program will add a corrupt code at the end of the textfile so the bot can't be loaded. This line gets added to the bots DNA:
'#hash: &Uf0Sf\1^9<C,9!vq-mM
Instead I have to copy the bots DNA and paste it in a textfile. Then it works.
--- End quote ---
hmmmmm ....
sure enough, I tried it in 2.41 and 2.4.A ...
saving a bot's DNA, and then trying to load it into species.
funny I never noticed that before ...
but then I have mostly been using 2.37.6 so perhaps this has
been a problem all along in 2.4x ...
anyone else?
shall we add this to 2.4x bug reports?
ok, got your attatched bot.
thanks
Elite:
Testlund, your bot's first gene seems to be missing a 'start' :blink:
--- Code: --- cond
*.eye1 0 =
*.eye2 0 =
*.eye3 0 =
*.eye4 0 =
*.eye5 0 =
*.eye6 0 =
*.eye7 0 =
*.eye8 0 =
*.eye9 0 =
4 .aimleft store
2 .up store
stop
--- End code ---
shouldn't it be:
--- Code: --- cond
*.eye1 0 =
*.eye2 0 =
*.eye3 0 =
*.eye4 0 =
*.eye5 0 =
*.eye6 0 =
*.eye7 0 =
*.eye8 0 =
*.eye9 0 =
start
4 .aimleft store
2 .up store
stop
--- End code ---
Testlund:
Yes, you're right. I don't know the importance of this as I don't know what the genes do yet, but if a bot can mutate then it whould be possible to write anything in there. There is a start command before the gene, but next time a start command appear isn't until gene 44. Maybe somebody who understands genes can tell what this might cause for behavior. All I can say is that I have never had a more stable population.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version