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

Update README.md

parent 686da13e
Branches
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ This is because the walker tries to generate movement by trembling with it's leg ...@@ -55,6 +55,7 @@ This is because the walker tries to generate movement by trembling with it's leg
| `MUTATION_FACTOR` | Percentage of actions that will be mutated for each walker. | [0;1] | 0.2 | | `MUTATION_FACTOR` | Percentage of actions that will be mutated for each walker. | [0;1] | 0.2 |
| `BRAIN_SIZE` | Number of actions in the first generation. | [0;1600] | 50 | | `BRAIN_SIZE` | Number of actions in the first generation. | [0;1600] | 50 |
| `INCREASE BY` | Incrementation of steps for each episode. | [0;∞[ | 5 | | `INCREASE BY` | Incrementation of steps for each episode. | [0;∞[ | 5 |
| `GENS` | Number of generations. | [0;∞[ | 2000 |
# Evolution Strategies # Evolution Strategies
After 1000 episodes, which is about 1h of learning, it will reach ~250 reward.\ After 1000 episodes, which is about 1h of learning, it will reach ~250 reward.\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment