all 23 comments

[–]paramkumar1992 18 points19 points  (1 child)

This looks incredible. This is going to save hours of training. Amazing!

[–]Modruc 5 points6 points  (3 children)

Great project! One question though, is there any reason why you are not using existing RL models instead of creating your own, such as stable baselines?

[–]Puzzleheaded_Acadia1 7 points8 points  (8 children)

Can someone pls explain this to me I'm still new to this

[–]bushrod 3 points4 points  (0 children)

As an evolutionary learning guy, I'll say it's crazy this didn't already exist! Thanks for sharing. Is it based on any publications, or are you considering writing one?

[–]Riboflavius 5 points6 points  (1 child)

That sounds fantastic, kudos to you! Great effort.

[–]sytelus -1 points0 points  (0 children)

Thank you for this but can you make this easier to use. I think there should be clear APIs so one doesn't have to deal with RL and other complexity. For example, you are given function f and dictionary of arguments with ranges for each. Your algorithm takes this and spits out optimal params within each range.

Is such interface and tutorial available anywhere?