paper-with-me

홈 › Papers

No Representation, No Trust: Connecting Representation, Collapse, and Trust Issues in PPO

2024-05-01 · Skander Moalla, Andrea Miele, Daniil Pyatko, Razvan Pascanu, Caglar Gulcehre

Reinforcement learning (RL) is inherently rife with non-stationarity since the states and rewards the agent observes during training depend on its changing policy. Therefore, networks in deep RL must be capable of adapting to new observations and fitting new targets. However, previous works have observed that networks trained under non-stationarity exhibit an inability to continue learning, termed loss of plasticity, and eventually a collapse in performance. For off-policy deep value-based RL methods, this phenomenon has been correlated with a decrease in representation rank and the ability to fit random targets, termed capacity loss. Although this correlation has generally been attributed to neural network learning under non-stationarity, the connection to representation dynamics has not been carefully studied in on-policy policy optimization methods. In this work, we empirically study representation dynamics in Proximal Policy Optimization (PPO) on the Atari and MuJoCo environments, revealing that PPO agents are also affected by feature rank deterioration and capacity loss. We show that this is aggravated by stronger non-stationarity, ultimately driving the actor's performance to collapse, regardless of the performance of the critic. We ask why the trust region, specific to methods like PPO, cannot alleviate or prevent the collapse and find a connection between representation collapse and the degradation of the trust region, one exacerbating the other. Finally, we present Proximal Feature Optimization (PFO), a novel auxiliary loss that, along with other interventions, shows that regularizing the representation dynamics mitigates the performance collapse of PPO agents.

📄 PDF Abstract BibTeX arXiv:2405.00662

Code (1)

claire-labo/no-representation-no-trust 공식 구현 pytorch

Tasks

MuJoCoReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Better Fine-Tuning by Reducing Representational Collapse

2020-08-06 · ICLR 2021 1 · Armen Aghajanyan, Akshat Shrivastava, Anchit Gupta, Naman Goyal 외

Although widely adopted, existing approaches for fine-tuning pre-trained language models have been shown to be unstable across hyper-parameter settings, motivating recent work on trust region methods. In this paper, we p…

Abstractive Text SummarizationCross-Lingual Natural Language InferenceText Summarization

Silent Collapse in Recursive Learning Systems

2026-05-14 · Zhipeng Zhang arxiv

Recursive learning -- where models are trained on data generated by previous versions of themselves -- is increasingly common in large language models, autonomous agents, and self-supervised systems. However, standard pe…

ToP-ToM: Trust-aware Robot Policy with Theory of Mind

2023-11-07 · Chuang Yu, Baris Serhan, Angelo Cangelosi

Theory of Mind (ToM) is a fundamental cognitive architecture that endows humans with the ability to attribute mental states to others. Humans infer the desires, beliefs, and intentions of others by observing their behavi…

Attribute

Trust and Its Betrayal under Three Representational Strategies

2026-07-31 · Mihnea C. Moldoveanu, Joel A. C. Baum arxiv

Trust is a propositional attitude of a distinctive kind: to trust is to rely on another under conditions where reliance could be disappointed, and the disappointment of trust---betrayal---differs qualitatively from the d…

Trustworthy Representation Learning Across Domains

2023-08-23 · Ronghang Zhu, Dongliang Guo, Daiqing Qi, Zhixuan Chu 외

As AI systems have obtained significant performance to be deployed widely in our daily live and human society, people both enjoy the benefits brought by these technologies and suffer many social issues induced by these s…

FairnessRepresentation Learning