Bots and Simulations > DNA - General
I have 2 qustions:
Botsareus:
1.) Is there any action memory (exsept for the ammount of ties) that is preseved between sycles?
2.) Can a reguler command overwrite venum? ex:
venum does 1 .up
reguler command (found in the dna) does -5 .dn
Does the dna execute 1 .up or 5 .up?
googlyeyesultra:
Correct me if I'm wrong, but the system treats them as vectors meaning a negative dn and a positive up have the absolute values added. Your example would end up as 6 .up.
Also, the shflav and shang variables are retained. There's probably quite a few others, but I don't know what they are.
Oh, on second thought, .fixpos is too. Most bots check for that, though.
EricL:
--- Quote from: googlyeyesultra ---Correct me if I'm wrong...
--- End quote ---
You're not wrong.
Botsareus:
1.) I pritty much answered my first qustion: Even .nrg can be "action memory" because it is changed when ever an action memory like .aimdx is exsecuted. This means I have to rewise my sexrepro system for a third time.
2.) venum does 1 .up then robot does 5 .up the result is (1 + 5) .up I.e. 6 .up
venum does 1 .up then robot does -5 .dn the result is (1 - abs(-5)) .up I.e. 4 .dn , I think I get it... (Do I get it?)
What about:
--- Quote ---.fixpos .vloc store
1 .venval store
--- End quote ---
Does that overwrite .up or .dn etc...
Botsareus:
Right now I am thinking of adding prosses_venum as part of the d_s structure (see sexrepro post)
I am not sure if that makes the most sense... (each d_s structure resets all the action commands that are not preserved between sycles)
The new qustion is: can venum directly change commands that are preserved between sycles. That means I will have to add somthing like p_p_v ' prosses_preserved_venum
Navigation
[0] Message Index
[#] Next page
Go to full version