Skip to content
Snippets Groups Projects
Commit 99d4d9df authored by Philip Maas's avatar Philip Maas
Browse files

Update README.md

parent 5c8c32e4
Branches
No related tags found
1 merge request!2Evo neuro
......@@ -14,10 +14,11 @@ Best score until now: 292/300
| Parameter | Description | Interval |
|-------------------|-------------------------------------------------------------|-----------|
| `HIDDEN_LAYER` | Size of hidden layer. | [1;∞[ |
| `BIAS` | Add a bias neuron to the input layer. | {0,1} |
| `POP_SIZE` | Size of population. | [0;∞[ |
| `MUTATION_FACTOR` | Percentage of weights that will be mutated for each mutant. | [0;1] |
| `LEARNING_RATE` | This is the rate of learning. | [0;1] |
| `GENS` | Number of generations. | [0;1] |
| `GENS` | Number of generations. | [0;∞[ |
| `MAX_STEPS` | Number of steps that are played in one episode. | [0; 1600] |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment