paper-with-me

홈 › Papers

Empirical Evaluation of Contextual Policy Search with a Comparison-based Surrogate Model and Active Covariance Matrix Adaptation

2018-10-26 · Alexander Fabisch

Contextual policy search (CPS) is a class of multi-task reinforcement learning algorithms that is particularly useful for robotic applications. A recent state-of-the-art method is Contextual Covariance Matrix Adaptation Evolution Strategies (C-CMA-ES). It is based on the standard black-box optimization algorithm CMA-ES. There are two useful extensions of CMA-ES that we will transfer to C-CMA-ES and evaluate empirically: ACM-ES, which uses a comparison-based surrogate model, and aCMA-ES, which uses an active update of the covariance matrix. We will show that improvements with these methods can be impressive in terms of sample-efficiency, although this is not relevant any more for the robotic domain.

📄 PDF Abstract BibTeX arXiv:1810.11491

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Bayesian Inference of Contextual Bandit Policies via Empirical Likelihood

2026-02-11 · Jiangrong Ouyang, Mingming Gong, Howard Bondell arxiv

Policy inference plays an essential role in the contextual bandit problem. In this paper, we use empirical likelihood to develop a Bayesian inference method for the joint analysis of multiple contextual bandit policies i…

Bayesian Inference

CPO: Addressing Reward Ambiguity in Role-playing Dialogue via Comparative Policy Optimization

2025-08-12 · Xinge Ye, Rui Wang, Yuchuan Wu, Victor Ma 외 arxiv

Reinforcement Learning Fine-Tuning (RLFT) has achieved notable success in tasks with objectively verifiable answers (e.g., code generation, mathematical reasoning), yet struggles with open-ended subjective tasks like rol…

Reinforcement LearningMathematical ReasoningCode Generation

Subgaussian and Differentiable Importance Sampling for Off-Policy Evaluation and Learning

2021-12-01 · NeurIPS 2021 12 · Alberto Maria Metelli, Alessio Russo, Marcello Restelli

Importance Sampling (IS) is a widely used building block for a large variety of off-policy estimation and learning algorithms. However, empirical and theoretical studies have progressively shown that vanilla IS leads to …

Multi-Armed BanditsOff-policy evaluation

Empirical Likelihood for Contextual Bandits

2019-06-07 · NeurIPS 2020 12 · Nikos Karampatziakis, John Langford, Paul Mineiro

We propose an estimator and confidence interval for computing the value of a policy from off-policy data in the contextual bandit setting. To this end we apply empirical likelihood techniques to formulate our estimator a…

Multi-Armed Bandits

contextual: Evaluating Contextual Multi-Armed Bandit Problems in R

2018-11-06 · Robin van Emden, Maurits Kaptein

Over the past decade, contextual bandit algorithms have been gaining in popularity due to their effectiveness and flexibility in solving sequential decision problems---from online advertising and finance to clinical tria…

Object