Resch-Said / yane

Yet Another Neuro Evolution
MIT License
0 stars 0 forks source link

Adding different training mods for different Purposes #26

Open Resch-Said opened 12 months ago

Resch-Said commented 12 months ago

There are various situations in which you can train your AI. For example, there are many who want to train several genomes at the same time or some who do not know how to read out the necessary inputs and only want to define the outputs. Maybe you don't know what the fitness function should look like and want to evaluate genomes manually instead.

Several test environments are also required to ensure that it works as desired. Ping-Pong seems to be a relatively good and simple environment.

It would also be useful to be able to switch modes, for example if you want to let yane play against itself and then play against yane after training.

The following modes are currently only ideas, and you would have to test beforehand how useful they can be implemented.