paper-with-me

홈 › Papers

Visualizing the Loss Landscape of Actor Critic Methods with Applications in Inventory Optimization

2020-09-04 · Recep Yusuf Bekci, Mehmet Gümüş

Continuous control is a widely applicable area of reinforcement learning. The main players of this area are actor-critic methods that utilize policy gradients of neural approximators as a common practice. The focus of our study is to show the characteristics of the actor loss function which is the essential part of the optimization. We exploit low dimensional visualizations of the loss function and provide comparisons for loss landscapes of various algorithms. Furthermore, we apply our approach to multi-store dynamic inventory control, a notoriously difficult problem in supply chain operations, and explore the shape of the loss function associated with the optimal policy. We modelled and solved the problem using reinforcement learning while having a loss landscape in favor of optimality.

📄 PDF Abstract BibTeX arXiv:2009.02391

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Visualizing Critic Match Loss Landscapes for Interpretation of Online Reinforcement Learning Control Algorithms

2026-03-15 · Jingyi Liu, Jian Guo, Eberhard Gill arxiv

Reinforcement learning has proven its power on various occasions. However, its performance is not always guaranteed when system dynamics change. Instead, it largely relies on users' empirical experience. For reinforcemen…

Reinforcement Learning

Visualizing Loss Functions as Topological Landscape Profiles

2024-11-19 · Caleb Geniesse, Jiaqing Chen, Tiankai Xie, Ge Shi 외

In machine learning, a loss function measures the difference between model predictions and ground-truth (or target) values. For neural network models, visualizing how this loss changes as model parameters are varied can …

Image SegmentationSemantic SegmentationTopological Data Analysis

Visualizing the Loss Landscape of Winning Lottery Tickets

2021-12-16 · Robert Bain

The underlying loss landscapes of deep neural networks have a great impact on their training, but they have mainly been studied theoretically due to computational constraints. This work vastly reduces the time required t…

LossLens: Diagnostics for Machine Learning through Loss Landscape Visual Analytics

2024-12-17 · Tiankai Xie, Jiaqing Chen, Yaoqing Yang, Caleb Geniesse 외

Modern machine learning often relies on optimizing a neural network's parameters using a loss function to learn complex features. Beyond training, examining the loss function with respect to a network's parameters (i.e.,…

Visualizing the Loss Landscape of Neural Nets

2017-12-28 · ICLR 2018 1 · Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer 외

Neural network training relies on our ability to find "good" minimizers of highly non-convex loss functions. It is well-known that certain network architecture designs (e.g., skip connections) produce loss functions that…