araffin / robotics-rl-srl

S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
https://s-rl-toolbox.readthedocs.io
MIT License
607 stars 91 forks source link

Hyperparameter search algorithms #23

Closed hill-a closed 6 years ago

hill-a commented 6 years ago

Long time without a pull request, this fixes that.

TODO:

araffin commented 6 years ago

Cool =), you will have to add sac soon ;)

hill-a commented 6 years ago

tests: 17 passed in 5386.25 seconds for 012f2d6, with 85% coverage

araffin commented 6 years ago

@hill-a do you plan also to add something on the tests to cover the hyperparameter optimizers ?

hill-a commented 6 years ago

Dont merge the pull request yet, the tests show an issue with hyperopt.

kalifou commented 6 years ago

As discussed @hill-a, for the table about "Available Environments" in the Readme, we should mention also that the GT can be relative position from Robot to Target (in footnote for instance)

hill-a commented 6 years ago

Will run ./run_tests.sh --all before tomorrow, to validate the tests. Ready for review again.

hill-a commented 6 years ago

tests --all: 83 passed in 9707.51 seconds for e8783ee, with 86% coverage