y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#exploration News & Analysis

14 articles tagged with #exploration. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

14 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

Imagine to Ensure Safety in Hierarchical Reinforcement Learning

Researchers propose a hierarchical reinforcement learning method that combines learned world models with dual-level policies to enable safe exploration in long-horizon tasks. The approach uses high-level subgoals to guide exploration toward safe regions and low-level imagined rollouts to minimize unsafe behaviors, demonstrating significant improvements over existing Safe RL baselines on complex navigation and manipulation tasks.

AIBullishOpenAI News · Oct 317/108
🧠

Reinforcement learning with prediction-based rewards

OpenAI researchers have developed Random Network Distillation (RND), a reinforcement learning method that uses prediction-based rewards to encourage AI agents to explore environments through curiosity. This breakthrough represents the first time an AI system has exceeded average human performance on the notoriously difficult Atari game Montezuma's Revenge.

AINeutralarXiv – CS AI · Jun 235/10
🧠

UBP2: Uncertainty-Balanced Preference Planning for Efficient Preference-based Reinforcement Learning

Researchers introduce UBP2, a model-based reinforcement learning method that improves sample efficiency in preference-based learning by actively directing exploration through uncertainty quantification across reward, dynamics, and value functions. The approach achieves sublinear regret guarantees and demonstrates substantially higher sample efficiency than existing methods on benchmark tasks.

AIBullisharXiv – CS AI · Jun 116/10
🧠

Pass@K Policy Optimization: Solving Harder Reinforcement Learning Problems

Researchers introduce Pass@K Policy Optimization (PKPO), a reinforcement learning method that optimizes for multiple solution attempts jointly rather than individually, enabling better exploration and problem-solving on harder tasks. The approach derives unbiased estimators for pass@k performance across arbitrary k values and demonstrates improved learning on challenging benchmarks using open-source LLMs.

AINeutralarXiv – CS AI · Jun 26/10
🧠

Emergence of Exploration in Policy Gradient Reinforcement Learning via Retrying

Researchers introduce ReMax, a reinforcement learning objective that naturally induces exploration by evaluating policies over multiple samples, and develop RePPO, a PPO variant that achieves exploration without explicit bonus terms. The approach generalizes discrete retry counts to a continuous parameter, enabling fine-grained control of exploration in policy gradient methods.

AIBullisharXiv – CS AI · Mar 36/104
🧠

Learning to Explore with Parameter-Space Noise: A Deep Dive into Parameter-Space Noise for Reinforcement Learning with Verifiable Rewards

Researchers introduce PSN-RLVR, a new reinforcement learning method that uses parameter-space noise to improve AI exploration and reasoning capabilities. The technique addresses limitations in existing approaches by enabling better discovery of new problem-solving strategies rather than just reweighting existing solutions.

AIBullisharXiv – CS AI · Mar 26/1014
🧠

Recycling Failures: Salvaging Exploration in RLVR via Fine-Grained Off-Policy Guidance

Researchers propose SCOPE, a new framework for Reinforcement Learning from Verifiable Rewards (RLVR) that improves AI reasoning by salvaging partially correct solutions rather than discarding them entirely. The method achieves 46.6% accuracy on math reasoning tasks and 53.4% on out-of-distribution problems by using step-wise correction to maintain exploration diversity.

AIBullisharXiv – CS AI · Feb 276/106
🧠

Exploratory Memory-Augmented LLM Agent via Hybrid On- and Off-Policy Optimization

Researchers propose EMPO², a new hybrid reinforcement learning framework that improves exploration capabilities for large language model agents by combining memory augmentation with on- and off-policy optimization. The framework achieves significant performance improvements of 128.6% on ScienceWorld and 11.3% on WebShop compared to existing methods, while demonstrating superior adaptability to new tasks without requiring parameter updates.

AINeutralOpenAI News · Jul 274/106
🧠

Better exploration with parameter noise

Researchers have discovered that adding adaptive noise to reinforcement learning algorithm parameters frequently improves performance. This exploration method is simple to implement and rarely causes performance degradation, making it a worthwhile technique for any reinforcement learning problem.

AINeutralarXiv – CS AI · Mar 34/104
🧠

Rethinking Policy Diversity in Ensemble Policy Gradient in Large-Scale Reinforcement Learning

Researchers propose Coupled Policy Optimization (CPO), a new reinforcement learning method that regulates policy diversity through KL constraints to improve exploration efficiency in large-scale parallel environments. The method outperforms existing baselines like PPO and SAPG across multiple tasks, demonstrating that controlled diverse exploration is key to stable and sample-efficient learning.

AINeutralarXiv – CS AI · Mar 24/106
🧠

Adaptive Correlation-Weighted Intrinsic Rewards for Reinforcement Learning

Researchers propose ACWI, a new reinforcement learning framework that dynamically balances intrinsic and extrinsic rewards through adaptive scaling coefficients. The system uses a lightweight Beta Network to optimize exploration in sparse reward environments, demonstrating improved sample efficiency and stability in MiniGrid experiments.