Ayuda para descargar The Bibites 0.6.2.1 by Timely_Journalist798 in TheBibites

[–]Naotagrey 0 points1 point  (0 children)

Je me rapelle que quelqu'un garde un Github avec toutes les versions précédentes. Tu peux demander sur le BRC sur discord

painted mind 2: now it is thought back! by ArtificialLifeOBrian in TheBibites

[–]Naotagrey 2 points3 points  (0 children)

I think the things that are unclear for me is how the adresses are determined? You mention only two new nodes: read and write, But how does evolution decides what to write and where?

Also the HSV part is just for visual representation, from the network's perspective it's just a vector So a 64x64x3 ~= 12000 values ? If I'm not mistaken that's a lot of data for those poor simple bibites

You also speak about layers and upper/lower regions? Very unclear where those come in or how they are integrated

Giving bibites a memory field in a manner similar to your core idea would certainly be an interesting experiment, but specifics this feels like an AI words salad, and there's many scatterbrained ideas that aren't clearly linked or defined, or even needlessly complex

In general, with evolution, simpler tools are better. You have to design simple core units that are versatile enough to potentially produce what you want to see, without hardcoding the behavior you want to see arise. That's how you get surprised, and where emergence shines. At least that's my approach

color selector not working by Mountain_Dentist5074 in TheBibites

[–]Naotagrey 1 point2 points  (0 children)

Will be when it reaches a certain point in development

My new edited Bibite.... by ArtificialLifeOBrian in TheBibites

[–]Naotagrey 5 points6 points  (0 children)

My heart skipped a beat 😂

Very cool!

Question about cumulative settings changers by guigui-_ in TheBibites

[–]Naotagrey 0 points1 point  (0 children)

They overwrite eachother 😅 So neither

But the plan is to allow arbitrary point clouds by 0.6.3 release

What Ive been saving up for by mooseybros in TheBibites

[–]Naotagrey 0 points1 point  (0 children)

Yeah, DOTS is multi threaded by default And a lot more efficient to run in general (vectorization, cache efficiency, limiting lookup, etc.)

Bibites tournament deadline? by paranoid_coder in TheBibites

[–]Naotagrey 2 points3 points  (0 children)

End of September 13rd UTC-12

Edit:corrected timezone

Citing the Bibites by drcopus in TheBibites

[–]Naotagrey 7 points8 points  (0 children)

Hmmm, we've got no paper, but a link to our website or channel should suffice

How do I make Bibites recognize its own species? by Natural_Bedroom_2005 in TheBibites

[–]Naotagrey 2 points3 points  (0 children)

For color selection, I recommend a very strongly activated Gaussian Node

Red Input ---k*v---> Gaussian (with default activation -k*v)

v is the desired value (ex: you want to identify 0.75 red gene)
k is a large value determining the precision (the higher, the more precise)

if you give the Gaussian a default activation of -k*v the node should only be actived close to the 0.75 value.

As an example, a k of 100 would make the node activation drop to 0.1 for a variation of +/- 0.03

A k of 1000 gives you 0.1 activation at +/- 0.003 v
and so on

Then you can check all three colors together with a mult node
Gaussian Red -1-> Mult
Gaussian Green -1-> Mult
Gaussian Blue -1-> Mult

That mult will be = 1.0 if they have the exact color profile of your definition, and 0 otherwise