GitXplorerGitXplorer
o

spinningup

public
9980 stars
2198 forks
224 issues

Commits

List of commits on branch master.
Verified
038665d62d569055401d91856abb287263096178

Merge pull request #212 from sanjeevanahilan/fix_test_ppo_import

jjachiam committed 5 years ago
Unverified
94c90aed6e04a2494860d5f10d92a40cac648488

fixes ppo import

committed 5 years ago
Verified
ed725b36023e37d9bfd5e3d70f381750ee305784

Merge pull request #207 from sagnik-chatterjee/dev

jjachiam committed 5 years ago
Unverified
4be88c23fea6afbf10f10155eb4e310a8fbdc63a

fixed typo in /docs/spinningup/extra_pg_proof2.rst

committed 5 years ago
Unverified
0cba2886047b7de82c2cad4321df5875db644d61

Even more mock imports

jjachiam committed 5 years ago
Unverified
4880fc694d1b9e7f4b7f5093d607bf64b6d72535

More mock imports

jjachiam committed 5 years ago

README

The README file for this repository.

Status: Maintenance (expect bug fixes and minor updates)

Welcome to 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:

  • a short introduction to RL terminology, kinds of algorithms, and basic theory,
  • an essay about how to grow into an RL research role,
  • a curated list of important papers organized by topic,
  • a well-documented code repo of short, standalone implementations of key algorithms,
  • and a few exercises to serve as warm-ups.

Get started at spinningup.openai.com!

Citing Spinning Up

If you reference or use Spinning Up in your research, please cite:

@article{SpinningUp2018,
    author = {Achiam, Joshua},
    title = {{Spinning Up in Deep Reinforcement Learning}},
    year = {2018}
}