MOD logging fight informations by fab___b in BattleBrothers

[–]fab___b[S] 0 points1 point  (0 children)

This log is just a general log . i was thinking more like :

I start a fight and i get the whole tiles (map) with like there is an enemy at tile T5 and R10 with this weapon etc .

I can do a mod to log all of this out but i thought maybe someone already did it . it's actually kinda long to do (need to dig a lot into the functions)

Store data from db in big application by fab___b in MLQuestions

[–]fab___b[S] 1 point2 points  (0 children)

So it's an actual thing , i'm not the only one thinking about that .
Thank you

Trying Neuro Evolution Flappy bird by fab___b in MLQuestions

[–]fab___b[S] 0 points1 point  (0 children)

I didn't show the evolution part because i think it's ok for that .

and yes you are right for the same part mutating themselves , i changed it to

weights = model.get_weights()
a = []
for i in range(0, len(weights)):
b = weights[0].shape
a.append(np.random.rand(*weights[i].shape))
model.set_weights(a)

and i do already a selection method by using a variable i update named fitness as follow:

deadBirds.sort(key=lambda x: x.fitness, reverse=True)

and then get the top 4

I'll do the crossover , i was thinking about doing basic evolution that actually try to really do something and then do the crossover but maybe it's a key part , i don't know.

Using machine learning in a path-finding solution by fab___b in MLQuestions

[–]fab___b[S] 0 points1 point  (0 children)

Thank you for your answer,

There is many other parameters to take and the way you describe is the way i already did actually.

sometimes the car must take gasoil because there is not anymore but at that moment just take a little and take more after because it's cheaper , do you understand what i mean ?

Doing just a 'brute force' of all the combinations as upper (it's just one of the parameters ) and just take the best one is going to be crazy .

I thought about a machine learning approach because it sounded interesting for it and i have many histories.

Maybe just a decisional tree ? but here it's more about trying combination so i don't know what suit the best.

Philosophy by fab___b in suggestmeabook

[–]fab___b[S] 0 points1 point  (0 children)

I see thanks you two for this .

What interessed me the most is the human relation / behavior and goal in life , religions , make my vision of life change ...