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.


Messages - Shadowgod2

Pages: 1 ... 23 24 [25] 26
361
Newbie / Re: reading problem
« on: November 20, 2013, 12:24:42 AM »
never mind i've got it

cond
 *.begin 0 =
 *.head 1 =
 *.numties 2 <
start
 25000 *.body 20 div div .repro store
stop

it was a pain to find a good number to divide with (~ 7 tries and decided to go a little over board and came out perfect) :D

362
Newbie / Re: reading problem
« on: November 19, 2013, 11:48:48 PM »
their needs to be something on that though so this kind of thing doesn't happen again


another thing...

the last gene i have won't work and it's for reproduction of the mb because i can't use decimals and i can't go any higher than 32000. any thoughts on how to get around this.

cond
 *.begin 0 =
 *.head 1 =
 *.numties 2 <
start
 500000 *.body div .repro store or 5000 *.body div 100 mult .repro store
stop

this gene is suppose to repro with the offspring having ~ 5000 body but the most i can get is 320 body.  (32000 *.body div .repro store)

363
Newbie / Re: reading problem
« on: November 18, 2013, 04:29:56 PM »
i got 0

how ever did ? .body and got 51 --> 0

then it hit me :thinkey:
i have def body 51

i'm an idiot
thanks for the help, i wouldn't have figured out what it was without you anytime soon

364
Newbie / Re: reading problem
« on: November 18, 2013, 12:13:50 PM »
i've even put animal minimal with *.body 1000 > and it works but doesn't work in this bot

i had to shrink the pic considerably though, thanks

365
Newbie / Re: reading problem
« on: November 18, 2013, 11:44:37 AM »
311 works but body doesn't

366
Newbie / Re: reading problem
« on: November 17, 2013, 11:56:16 PM »
i know it will work the same when it converted .shoot to 7 which is why i said no problems it's just strange is all
i've been at this on and off for about a year now

it's in the text just in the 3rd gene which i made to find the problem. just switch body with 311.

cond
 *.body 31000 >
start
 1 .delgene store
 0 .begin store
stop

109 in but it doesn't mater where it is, i've tried, even *.nrg doesn't work right in this bot. i don't get it

also, why was this moved to newbie?

367
Newbie / reading problem
« on: November 17, 2013, 09:56:39 AM »
i was making a multi bot and as i tested the first stage the genes wouldn't delete. so i tried to figour out the problem. i found several bugs.

first was some of the sysvars were not put in right, in the text was .shoot but said 7 in the program so no issue but strange

the second and the problem was that body in text is nothing in program but 311 in text is body in program and works fine
body != 311 but 311 = body yet says body regardless

i used 2.45.03 and the newer version and still the bug persists

it only seems to be bugged with this bot too. any other bot *.body works fine

i moved it to a different file same bug type but text body is 0 in program

368
Bot Challenges / Re: Bot Challenges: A New Direction
« on: October 28, 2013, 09:49:08 PM »
working on an explanation of what i want in the .txt should have it by tomorrow

i haven't worked on it in a while


EDIT: never mind, it took a lot less time then i thought

the explained bot is in the attachment and any work done on it please post so i can see and thank you if you do :)

EDIT: all bots with .x (now 1.5) are not complete usable bots they are only to be worked on and not ran in sims yet if anyone else is wandering

369
Bot Challenges / Re: Bot Challenges: A New Direction
« on: October 20, 2013, 12:25:33 AM »
small update

370
Bot Challenges / Re: Bot Challenges: A New Direction
« on: October 19, 2013, 02:08:40 PM »
currently i've got the NNet mutations in place but i can't figure out how to pass the parent NNet to the child properly. i'm wanting to do ties to pass information through. it's becoming a mess so i'm trying to improve it the best i can and enable it to have more mobility so it can do more than one thing at once. what i have so far is in the attachment if you want to help.

371
Bot Challenges / Re: Bot Challenges: A New Direction
« on: October 17, 2013, 03:27:22 PM »
my first neural bot is done and is very interesting 8)

still waiting on a good useful bot though

dbv 2.46

you may have to disable each individual mutation though because of mrepro

enjoy and if you wish to modify it making it better i'd love to see

372
DNA - General / Re: sysvars - The Official List
« on: October 15, 2013, 01:56:57 PM »
that's why i said never mind

I've just got an idea though about custom and sysvars:
 you could make it to where you could move sysvars around using something like a custom variables only using something different like redef

example is say redef up 5

it would use memory location 5 as .up and you could use memory location 1 as something else if you wanted. this way if you wanted to make a memory intensive bot without spreading everything out you could

373
DNA - General / Re: sysvars - The Official List
« on: October 13, 2013, 03:41:42 PM »
well the NNet bot will be using a lot more than epigenetic memory but that's interesting.

something i found in the wiki was that refvel and refvelup have the same memory location. is that true?

Edit: i just got an idea of teaching though it will be implemented later... if i complete it i wonder i it will discover/evolve/develop teaching on it's own before i put teaching in :thinkey:

Edit: never mind i get it now.

374
DNA - General / Re: sysvars - The Official List
« on: October 13, 2013, 11:37:35 AM »
thanks it just makes larger bots harder to make, like a NNet bot that i am working on using as many memlocs as i can and not as many large openings as i wish there were

thanks for the info

375
DNA - General / Re: sysvars - The Official List
« on: October 11, 2013, 02:19:48 PM »
so one of the things i've been wondering about was why are the sysvars clumped all over the place instead of a relatively in the same area?
i understand that similar sysvars are together but there's so much space in between each clump some being over 100 memlocs away.

Pages: 1 ... 23 24 [25] 26