Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6ba3aa9b authored by VIDEAU Mathurin's avatar VIDEAU Mathurin
Browse files

Update README.md

parent 794a8307
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ individual: # Individual representation ("Tree" or "Linear")
params:
env: # env-id from the gym/bullet env. ex:"MountainCarContinuous-v0"
function_set: #F unction set size ("small" or "extended")
function_set: #Function set size ("small" or "extended")
c: # Exploration constante for UCB (float)
n_episodes: # Number of episode per evaluation (int)
n_steps: # Number of step per evaluation (int)
......@@ -72,4 +72,4 @@ seed: #set seed for random
```
## See the result
Once an experiment is finished, you can see inspect results like in `tutorial.ipynb`. This notebook show how to see and run an individual from a saved population.
\ No newline at end of file
Once an experiment is finished, you can see inspect results like in `tutorial.ipynb`. This notebook show how to see and run an individual from a saved population.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment