Original article excerpt
Server-side extracted preview paragraphs from the original source.
We are standardizing OpenAI’s deep learning framework on PyTorch.
We are standardizing OpenAI’s deep learning framework on PyTorch(opens in a new window). In the past, we implemented projects in many frameworks depending on their relative strengths. We’ve now chosen to standardize to make it easier for our team to create and share optimized implementations of our models.
As part of this move, we’ve just released a PyTorch-enabled version(opens in a new window) of Spinning Up in Deep RL, an open-source educational resource produced by OpenAI that makes it easier to learn about deep reinforcement learning. We are also in the process of writing PyTorch bindings for our highly-optimized blocksparse kernels, and will open-source those bindings in upcoming months.