Open etosch opened 5 years ago
New plan: use a pip install of "stable-baselines". Challenge: all our hacks to get Toybox environments inside require code editing or hotpatching.
Stable Baselines' implementation of acktr is inefficient; getting ~30FPS on gypsum. https://github.com/hill-a/stable-baselines/issues/196
@etosch judgement: we can remove baselines etc but the sample tests depend on this for regress models in unit tests. sample tests already live over in https://github.com/toybox-rs/openai-baselines-envs, so we can pull out both baselines and the sample tests.
TODO: call toybox from baselines, not baselines from toybox. I'd like to completely excise baselines from our repo.