Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KaixiangLin authored Nov 27, 2019
1 parent 7c556fa commit 732196e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
Ranking Policy Gradient (RPG) is a sample-efficient off-policy policy gradient method
that learns optimal ranking of actions to maximize the return.
RPG has the following practical advantages:
- It is currently the most sample-efficient model-free algorithm for learning deterministic policies.
- It is a sample-efficient model-free algorithm for learning deterministic policies.
- It is effortless to incorporate any exploration algorithm to improve the sample-efficiency of RPG further.
- It is possible to learn a single RPG agent (parameterized by one neural network) that adapts to dynamic action space.

This codebase contains the implementation of RPG using the
[dopamine](https://github.com/google/dopamine) framework.
Expand Down

0 comments on commit 732196e

Please sign in to comment.