Skip to content

Commit

Permalink
Merge pull request openai#87 from rootulp/patch-1
Browse files Browse the repository at this point in the history
rllab -> garage
  • Loading branch information
bchess authored Jun 28, 2019
2 parents b478f05 + 9d7032e commit c20024f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The high-level view is hard to come by because of how new the field is. There is
- the paper that publishes an algorithm omits or inadvertently obscures key design details,
- or widely-public implementations of an algorithm are hard to read, hiding how the code lines up with the algorithm.

While fantastic repos like rllab_, Baselines_, and rllib_ make it easier for researchers who are already in the field to make progress, they build algorithms into frameworks in ways that involve many non-obvious choices and trade-offs, which makes them hard to learn from. Consequently, the field of deep RL has a pretty high barrier to entry---for new researchers as well as practitioners and hobbyists.
While fantastic repos like garage_, Baselines_, and rllib_ make it easier for researchers who are already in the field to make progress, they build algorithms into frameworks in ways that involve many non-obvious choices and trade-offs, which makes them hard to learn from. Consequently, the field of deep RL has a pretty high barrier to entry---for new researchers as well as practitioners and hobbyists.

So our package here is designed to serve as the missing middle step for people who are excited by deep RL, and would like to learn how to use it or make a contribution, but don't have a clear sense of what to study or how to transmute algorithms into code. We've tried to make this as helpful a launching point as possible.

Expand Down Expand Up @@ -96,7 +96,7 @@ Additionally, as discussed in the blog post, we are using Spinning Up in the cur
.. _`curated list`: ../spinningup/keypapers.html
.. _`code repo`: https://github.com/openai/spinningup
.. _`exercises`: ../spinningup/exercises.html
.. _`rllab`: https://github.com/rll/rllab
.. _`garage`: https://github.com/rlworkgroup/garage
.. _`Baselines`: https://github.com/openai/baselines
.. _`rllib`: https://github.com/ray-project/ray/tree/master/python/ray/rllib
.. _`mission`: https://blog.openai.com/openai-charter/
Expand Down

0 comments on commit c20024f

Please sign in to comment.