← Search

Soichiro Nishimori

2 accepted papers

2026

Emergence of Exploration in Policy Gradient Reinforcement Learning via Retrying

ICML 2026poster

In reinforcement learning (RL), agents benefit from exploration *only* because they repeatedly encounter similar states: trying different actions can improve performance or reduce uncertainty; without such retries, a greedy policy is optimal. We formalize this intuition with **ReMax**, an objective …

Cited by 0SourceScholar
2023

Pgx: Hardware-Accelerated Parallel Game Simulators for Reinforcement Learning

NeurIPS 2023poster

We propose Pgx, a suite of board game reinforcement learning (RL) environments written in JAX and optimized for GPU/TPU accelerators. By leveraging JAX's auto-vectorization and parallelization over accelerators, Pgx can efficiently scale to thousands of simultaneous simulations over accelerators. In…