paper-with-me

Papers

Simplifying Deep Reinforcement Learning via Self-Supervision

2021-06-10 · Daochen Zha, Kwei-Herng Lai, Kaixiong Zhou, Xia Hu

Supervised regression to demonstrations has been demonstrated to be a stable way to train deep policy networks. We are motivated to study how we can take full advantage of supervised loss functions for stably training deep reinforcement learning agents. This is a challenging task because it is unclear how the training data could be collected to enable policy improvement. In this work, we propose Self-Supervised Reinforcement Learning (SSRL), a simple algorithm that optimizes policies with purely supervised losses. We demonstrate that, without policy gradient or value estimation, an iterative procedure of ``labeling" data and supervised regression is sufficient to drive stable policy improvement. By selecting and imitating trajectories with high episodic rewards, SSRL is surprisingly competitive to contemporary algorithms with more stable performance and less running time, showing the potential of solving reinforcement learning with supervised learning techniques. The code is available at https://github.com/daochenzha/SSRL

📄 PDF Abstract BibTeX arXiv:2106.05526

Code (1)

daochenzha/SSRL 공식 구현 tf

Tasks

Deep Reinforcement Learningregressionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Shifting to Machine Supervision: Annotation-Efficient Semi and Self-Supervised Learning for Automatic Medical Image Segmentation and Classification

2023-11-17 · Pranav Singh, Raviteja Chukkapalli, Shravan Chaudhari, Luoyao Chen 외

Advancements in clinical treatment are increasingly constrained by the limitations of supervised learning techniques, which depend heavily on large volumes of annotated data. The annotation process is not only costly but…

Image SegmentationMedical Image SegmentationSegmentationSelf-Supervised Learning+1

Loss is its own Reward: Self-Supervision for Reinforcement Learning

2016-12-21 · Evan Shelhamer, Parsa Mahmoudieh, Max Argus, Trevor Darrell

Reinforcement learning optimizes policies for expected cumulative reward. Need the supervision be so narrow? Reward is delayed and sparse for many tasks, making it a difficult and impoverished signal for end-to-end optim…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

SelfDRSC++: Self-Supervised Learning for Dual Reversed Rolling Shutter Correction

2024-08-21 · Wei Shang, Dongwei Ren, Wanying Zhang, Qilong Wang 외

Modern consumer cameras commonly employ the rolling shutter (RS) imaging mechanism, via which images are captured by scanning scenes row-by-row, resulting in RS distortion for dynamic scenes. To correct RS distortion, ex…

distortion correctionRolling Shutter CorrectionSelf-Supervised LearningVideo Frame Interpolation

RL unknotter, hard unknots and unknotting number

2026-03-09 · Anne Dranowski, Yura Kabkov, Daniel Tubbenhauer arxiv

We develop a reinforcement learning pipeline for simplifying knot diagrams. A trained agent learns move proposals and a value heuristic for navigating Reidemeister moves. The pipeline applies to arbitrary knots and links…

Reinforcement Learning

Temporal Self-Imitation Learning

2026-06-18 · Yinsen Jia, Boyuan Chen arxiv

Long-horizon robot manipulation policies trained with reward shaping can still achieve high return through inefficient interactions, while rare efficient behaviors discovered during training may be forgotten. We argue th…

Reinforcement LearningRobot Manipulation