openai / spinningup
- суббота, 10 ноября 2018 г. в 00:15:53
Python
Spinning Up in Deep RL
This is an educational resource produced by OpenAI that makes it easier to learn about deep reinforcement learning (deep RL).
For the unfamiliar: reinforcement learning (RL) is a machine learning approach for teaching agents how to solve tasks by trial and error. Deep RL refers to the combination of RL with deep learning.
This module contains a variety of helpful resources, including:
Get started at spinningup.openai.com!