← Search

Amin Rakhsha

4 accepted papers

2025

Majority of the Bests: Improving Best-of-N via Bootstrapping

NeurIPS 2025poster

Sampling multiple outputs from a Large Language Model (LLM) and selecting the most frequent (Self-consistency) or highest-scoring (Best-of-N) candidate is a popular approach to achieve higher accuracy in tasks with discrete final answers. Best-of-N (BoN) selects the output with the highest reward, a…

Cited by 0SourceScholar
2024

Maximum Entropy Model Correction in Reinforcement Learning

ICLR 2024poster

We propose and theoretically analyze an approach for planning with an approximate model in reinforcement learning that can reduce the adverse impact of model error. If the model is accurate enough, it accelerates the convergence to the true value function too. One of its key components is the MaxEnt…

Cited by 1SourcePDFScholar
2020

Policy Teaching via Environment Poisoning: Training-time Adversarial Attacks against Reinforcement Learning

ICML 2020poster

We study a security threat to reinforcement learning where an attacker poisons the learning environment to force the agent into executing a target policy chosen by the attacker. As a victim, we consider RL agents whose objective is to find a policy that maximizes average reward in undiscounted infin…