Skip to content

Commit 67de779

Browse files
authored
Papers.md add some reinforcement learning papers
1 parent 28a1276 commit 67de779

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

papers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,13 @@ Grasps with Synthetic Point Clouds and Analytic Grasp Metrics
3939
- [Deep Learning for Detecting Robotic Grasps](http://pr.cs.cornell.edu/papers/lenz_ijrr2014_deepgrasping.pdf) - (2014) Created the [Cornell Graping Dataset](http://pr.cs.cornell.edu/grasping/rect_data/data.php)
4040
- [Efficient Grasping from RGBD Images: Learning using a new
4141
Rectangle Representation](http://pr.cs.cornell.edu/grasping/jiang_rectanglerepresentation_fastgrasping.pdf) - (2011) Defines the rectangle representation utilized in many of the above grasping papers.
42+
43+
44+
## Reinforcement learning (including non-robotics)
45+
46+
- [Acme: A Research Framework for Distributed Reinforcement Learning](https://arxiv.org/abs/2006.00979) - 2020 - Deepmind
47+
- [RECURRENT EXPERIENCE REPLAY IN DISTRIBUTED REINFORCEMENT LEARNING](https://openreview.net/pdf?id=r1lyTjAqYX) - 2019 - Recurrent Replay Distributed DQN (R2D2) - Deepmind
48+
- [RL Unplugged: Benchmarks for Offline Reinforcement Learning](https://arxiv.org/pdf/2006.13888.pdf) - 2020 - Offline RL benchmark - Deepmind
49+
- [Making Efficient Use of Demonstrations to Solve Hard Exploration Problems](https://arxiv.org/pdf/1909.01387.pdf) - 2019 - R2D3 - Deepmind
50+
51+

0 commit comments

Comments
 (0)