paper-with-me

Papers

Toward Simulating Environments in Reinforcement Learning Based Recommendations

2019-06-27 · Xiangyu Zhao, Long Xia, Lixin Zou, Dawei Yin, Jiliang Tang

With the recent advances in Reinforcement Learning (RL), there have been tremendous interests in employing RL for recommender systems. However, directly training and evaluating a new RL-based recommendation algorithm needs to collect users' real-time feedback in the real system, which is time and efforts consuming and could negatively impact on users' experiences. Thus, it calls for a user simulator that can mimic real users' behaviors where we can pre-train and evaluate new recommendation algorithms. Simulating users' behaviors in a dynamic system faces immense challenges -- (i) the underlining item distribution is complex, and (ii) historical logs for each user are limited. In this paper, we develop a user simulator base on Generative Adversarial Network (GAN). To be specific, the generator captures the underlining distribution of users' historical logs and generates realistic logs that can be considered as augmentations of real logs; while the discriminator not only distinguishes real and fake logs but also predicts users' behaviors. The experimental results based on real-world e-commerce data demonstrate the effectiveness of the proposed simulator.

📄 PDF Abstract BibTeX arXiv:1906.11462

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkRecommendation Systemsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Environments for Lifelong Reinforcement Learning

2018-11-26 · Khimya Khetarpal, Shagun Sodhani, Sarath Chandar, Doina Precup

To achieve general artificial intelligence, reinforcement learning (RL) agents should learn not only to optimize returns for one specific task but also to constantly build more complex skills and scaffold their knowledge…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

APES: a Python toolbox for simulating reinforcement learning environments

2018-08-31 · Aqeel Labash, Ardi Tampuu, Tambet Matiisen, Jaan Aru 외

Assisted by neural networks, reinforcement learning agents have been able to solve increasingly complex tasks over the last years. The simulation environment in which the agents interact is an essential component in any …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Simulating Coverage Path Planning with Roomba

2022-10-10 · Robert Chuchro

Coverage Path Planning involves visiting every unoccupied state in an environment with obstacles. In this paper, we explore this problem in environments which are initially unknown to the agent, for purposes of simulatin…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Gym-TORAX: Open-source software for integrating reinforcement learning with plasma control simulators in tokamak research

2025-10-13 · Antoine Mouchamps, Arthur Malherbe, Adrien Bolland, Damien Ernst arxiv

This paper presents Gym-TORAX, a Python package enabling the implementation of Reinforcement Learning (RL) environments for simulating plasma dynamics and control in tokamaks. Users define succinctly a set of control act…

Reinforcement Learning

DTR-Bench: An in silico Environment and Benchmark Platform for Reinforcement Learning Based Dynamic Treatment Regime

2024-05-28 · Zhiyao Luo, Mingcheng Zhu, Fenglin Liu, Jiali Li 외

Reinforcement learning (RL) has garnered increasing recognition for its potential to optimise dynamic treatment regimes (DTRs) in personalised medicine, particularly for drug dosage prescriptions and medication recommend…

BenchmarkingReinforcement Learning (RL)