paper-with-me

Papers

Self-supervised network distillation: an effective approach to exploration in sparse reward environments

2023-02-22 · Matej Pecháč, Michal Chovanec, Igor Farkaš

Reinforcement learning can solve decision-making problems and train an agent to behave in an environment according to a predesigned reward function. However, such an approach becomes very problematic if the reward is too sparse and so the agent does not come across the reward during the environmental exploration. The solution to such a problem may be to equip the agent with an intrinsic motivation that will provide informed exploration during which the agent is likely to also encounter external reward. Novelty detection is one of the promising branches of intrinsic motivation research. We present Self-supervised Network Distillation (SND), a class of intrinsic motivation algorithms based on the distillation error as a novelty indicator, where the predictor model and the target model are both trained. We adapted three existing self-supervised methods for this purpose and experimentally tested them on a set of ten environments that are considered difficult to explore. The results show that our approach achieves faster growth and higher external reward for the same training time compared to the baseline models, which implies improved exploration in a very sparse reward environment. In addition, the analytical methods we applied provide valuable explanatory insights into our proposed models.

📄 PDF Abstract BibTeX arXiv:2302.11563

Code (2)

iskandor/snd 공식 구현 pytorch
michalnand/reinforcement_learning pytorch

Tasks

Atari GamesDecision MakingNovelty Detectionreinforcement-learningReinforcement Learning (RL)Self-Supervised Learning

Similar Papers 제목 키워드 기반

Self-Supervised Goal-Reaching Results in Multi-Agent Cooperation and Exploration

2025-09-12 · Chirayu Nimonkar, Shlok Shah, Catherine Ji, Benjamin Eysenbach arxiv

For groups of autonomous agents to achieve a particular goal, they must engage in coordination and long-horizon reasoning. Rather than relying on complex reward functions and explicit cooperation mechanisms, we ask what …

PAINT: Partial-Solution Adaptive Interpolated Training for Self-Distilled Reasoners

2026-04-29 · Zhiquan Tan, Yinrong Hong arxiv

Improving large language model (LLM) reasoning requires supervision that is both aligned with the model's own test-time states and informative at the token level. Reinforcement learning with verifiable rewards provides o…

Reinforcement Learning

Distilling LLM Feedback for Lean Theorem Proving

2026-05-29 · Gaetan Narozniak, Gérard Biau, Rémi Munos, Ahmad Rammal 외 arxiv

Post-training for reasoning models typically combines supervised fine-tuning with reinforcement learning from verifiable rewards, most commonly with GRPO. However, this algorithm suffers from sparse rewards, limited expl…

Reinforcement Learning

Entropy-Preserving Supervised Fine-Tuning via Adaptive Self-Distillation for Large Reasoning Models

2026-02-02 · Hao Wang, Hao Gu, Hongming Piao, Kaixiong Gong 외 arxiv

The standard post-training recipe for large reasoning models, supervised fine-tuning followed by reinforcement learning (SFT-then-RL), may limit the benefits of the RL stage: while SFT imitates expert demonstrations, it …

Reinforcement LearningMathematical Reasoning

Knowledge Distillation Using Hierarchical Self-Supervision Augmented Distribution

2021-09-07 · Chuanguang Yang, Zhulin An, Linhang Cai, Yongjun Xu

Knowledge distillation (KD) is an effective framework that aims to transfer meaningful information from a large teacher to a smaller student. Generally, KD often involves how to define and transfer knowledge. Previous KD…

image-classificationImage ClassificationKnowledge Distillationobject-detection+2