baselines
baselines copied to clipboard
Pytorch
In light of OpenAI recently annoncing the move to pytorch, are there plans to migrate baselines to pytorch as well or it will only be for new projects?
I was going to ask the same question related to the new article: https://openai.com/blog/openai-pytorch/ :)
@MatPoliquin @Hadjubuntu - The Stable Baselines folk is a lot more active, more reactive to researcher input and they are open with their roadmap. You can vote for PyTorch support on their Twitter poll
For, pytorch. Why not try tianshou. https://github.com/thu-ml/tianshou We have recently 9 classic model free alogirthm on Mojoco. Results are better than reported ones here in baselines
@ChenDRAG Thanks! I will check it out