IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Coach vs RLLib's Trainable and Tune hyperparam search #439

Open drozzy opened 4 years ago

drozzy commented 4 years ago

I've been using rllib for a while and quite like the Trainable and Tune (hyperaram search) abstractions. Does coach contain something similar?

I really like coach's documentation. Can someone provide a comparison between the two and when it is applicable to use each? Thanks.