tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 527 forks source link

[question] adanet with Reinforcement Learning? #140

Open jarlva opened 4 years ago

jarlva commented 4 years ago

RL is very time and resource intensive, often taking hours and days to complete. Any reduction/optimization is a huge benefit. Has anyone tried to apply adanet with RL?

cweill commented 4 years ago

@jheffez Our team has mostly looked into applying adanet to supervised learning tasks, and some semi-supervised learning work.

If you think there is a good way to use adanet for RL, I recommend sharing a notebook or writing a paper about it :).