actor-critic

Tag

Cards List
#actor-critic

Flowing Through States: Neural ODE Regularization for Reinforcement Learning

arXiv cs.LG · 5d ago Cached

This paper proposes a neural ODE-based regularization method that enforces latent embeddings in reinforcement learning agents to follow consistent ODE flows, aligning representation learning with environment dynamics and yielding performance gains on Atari and gridworld benchmarks.

0 favorites 0 likes
#actor-critic

Collaborative Weighting with Pessimistic Critic for Mitigating Overestimation in Off-Policy Reinforcement Learning

arXiv cs.LG · 2026-07-30 Cached

Proposes Collaborative Weighting Actor-Critic (CWAC), a framework that uses distributional critics and a collaborative weighting mechanism to mitigate overestimation bias in off-policy reinforcement learning.

0 favorites 0 likes
#actor-critic

Deconstructing Actor-Critic: A Large-scale Empirical Study of Design Components for Practitioners

arXiv cs.LG · 2026-07-16 Cached

This paper analyzes over 33,000 experiments on actor-critic algorithm design components, finding that common defaults like Gaussian action distributions are unreliable while bounded distributions with adaptive update schedules are robust, offering practical guidance for practitioners.

0 favorites 0 likes
#actor-critic

Gauging, Measuring, and Controlling Critic Complexity in Actor-Critic Reinforcement Learning

arXiv cs.LG · 2026-07-02 Cached

This paper introduces spectral effective-rank entropy as a metric to measure and control critic complexity in actor-critic reinforcement learning, demonstrating its measurability and controllability in TD3 and PPO experiments.

0 favorites 0 likes
#actor-critic

EVOM: Agentic Meta-Evolution of Actor-Critic Architectures for Reinforcement Learning

arXiv cs.LG · 2026-06-26 Cached

Introduces EVOM, an agentic meta-evolution framework using an LLM-based design agent to automatically discover high-performance actor-critic architectures for reinforcement learning, outperforming manual baselines and prior methods on continuous control tasks.

0 favorites 0 likes
#actor-critic

When Does Trajectory-Level Supervision Permit Efficient Offline Reinforcement Learning?

Hugging Face Daily Papers · 2026-06-16 Cached

This paper develops a statistical theory for offline reinforcement learning from trajectory-level outcome supervision, proposing the OPAC algorithm and characterizing when such supervision enables efficient learning versus when fundamental barriers arise.

0 favorites 0 likes
#actor-critic

From Ticks to Flows: Dynamics of Neural Reinforcement Learning in Continuous Environments

arXiv cs.LG · 2026-06-04 Cached

This paper presents a theoretical framework for deep reinforcement learning in continuous environments, modeling it as a continuous-time stochastic process using stochastic control theory. The authors characterize an actor-critic algorithm's dynamics in the infinite width limit of two-layer networks, deriving an equation for infinitesimal changes in state distribution under a vanishingly small learning rate.

0 favorites 0 likes
#actor-critic

Refined Analysis of Entropy-Regularized Actor-Critic

arXiv cs.LG · 2026-05-26 Cached

This paper provides a refined theoretical analysis of actor-critic methods with entropy regularization, showing that an exact critic acts as a strong variance reducer and enables sample complexity comparable to deterministic policy gradient, and that with a sufficiently accurate learned critic the benefits are preserved.

0 favorites 0 likes
#actor-critic

Representation over Routing: Overcoming Surrogate Hacking in Multi-Timescale PPO

Hugging Face Daily Papers · 2026-05-21 Cached

This paper identifies surrogate hacking and temporal uncertainty as failure modes in multi-timescale RL, and proposes a Target Decoupling architecture that removes routing from the actor, using the critic for auxiliary representation learning. The method eliminates policy collapse on the LunarLander-v2 benchmark and stably surpasses the 'Environment Solved' threshold without hyperparameter hacking.

0 favorites 0 likes
#actor-critic

ACSAC: Adaptive Chunk Size Actor-Critic with Causal Transformer Q-Network

arXiv cs.LG · 2026-05-13 Cached

This paper introduces ACSAC, a reinforcement learning method that uses an adaptive chunk size actor-critic algorithm with a causal Transformer Q-network to handle long-horizon, sparse-reward tasks. It demonstrates state-of-the-art performance on manipulation tasks by dynamically adjusting action chunk sizes based on state-dependent needs.

0 favorites 0 likes
#actor-critic

When Does Critique Improve AI-Assisted Theoretical Physics? SCALAR: Structured Critic--Actor Loop for Agentic Reasoning

arXiv cs.AI · 2026-05-11 Cached

This paper introduces SCALAR, a structured critic-actor loop framework, to evaluate how different interaction patterns between AI agents improve reasoning in theoretical physics problems.

0 favorites 0 likes
#actor-critic

Asymmetric actor critic for image-based robot learning

OpenAI Blog · 2017-10-18 Cached

OpenAI proposes an asymmetric actor-critic method for robot learning that leverages full state observability in simulators to train policies that operate on partial observations (RGBD images), enabling effective sim-to-real transfer without real-world training data.

0 favorites 0 likes
#actor-critic

OpenAI Baselines: ACKTR & A2C

OpenAI Blog · 2017-08-18 Cached

OpenAI releases ACKTR and A2C algorithms as part of its Baselines library, with ACKTR demonstrating improved sample complexity through natural gradient descent while maintaining computational efficiency comparable to first-order methods.

0 favorites 0 likes
← Back to home

Submit Feedback