hill-a / stable-baselines

A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
http://stable-baselines.readthedocs.io/
MIT License
4.16k stars 725 forks source link

[question] Model Tune? #611

Closed jarlva closed 4 years ago

jarlva commented 4 years ago

I understand that there is a way to tune hyperparameter. Is there a way to tune the actual model (number of layers and tensors) to speed-up training? If not, is it possible to integrate something like adanet?

araffin commented 4 years ago

Duplicate of https://github.com/araffin/rl-baselines-zoo/issues/57