ChemGymRL: An Interactive Framework for Reinforcement Learning for
Digital Chemistry
- URL: http://arxiv.org/abs/2305.14177v1
- Date: Tue, 23 May 2023 15:56:17 GMT
- Title: ChemGymRL: An Interactive Framework for Reinforcement Learning for
Digital Chemistry
- Authors: Chris Beeler, Sriram Ganapathi Subramanian, Kyle Sprague, Nouha
Chatti, Colin Bellinger, Mitchell Shahen, Nicholas Paquin, Mark Baula,
Amanuel Dawit, Zihan Yang, Xinkai Li, Mark Crowley, Isaac Tamblyn
- Abstract summary: This paper provides a simulated laboratory for making use of Reinforcement Learning (RL) for chemical discovery.
Since RL is fairly data intensive, training agents on-the-fly' by taking actions in the real world is infeasible and possibly dangerous.
We introduce a set of highly customizable and open-source RL environments, ChemGymRL, based on the standard Open AI Gym template.
- Score: 2.350237106287331
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: This paper provides a simulated laboratory for making use of Reinforcement
Learning (RL) for chemical discovery. Since RL is fairly data intensive,
training agents `on-the-fly' by taking actions in the real world is infeasible
and possibly dangerous. Moreover, chemical processing and discovery involves
challenges which are not commonly found in RL benchmarks and therefore offer a
rich space to work in. We introduce a set of highly customizable and
open-source RL environments, ChemGymRL, based on the standard Open AI Gym
template. ChemGymRL supports a series of interconnected virtual chemical
benches where RL agents can operate and train. The paper introduces and details
each of these benches using well-known chemical reactions as illustrative
examples, and trains a set of standard RL algorithms in each of these benches.
Finally, discussion and comparison of the performances of several standard RL
methods are provided in addition to a list of directions for future work as a
vision for the further development and usage of ChemGymRL.
Related papers
- REINFORCE-ING Chemical Language Models for Drug Discovery [4.361479497880884]
reinforcement learning can efficiently traverse large chemical spaces for drug discovery.<n>We investigate the effect of different components from RL theory including experience replay, hill-climbing, baselines to reduce variance.<n>We apply our learnings to practical drug discovery by demonstrating enhanced learning efficiency on frontier binding affinity models.
arXiv Detail & Related papers (2025-01-27T11:30:45Z) - Kinetix: Investigating the Training of General Agents through Open-Ended Physics-Based Control Tasks [3.479490713357225]
We procedurally generate tens of millions of 2D physics-based tasks and use these to train a general reinforcement learning (RL) agent for physical control.
Kinetix is an open-ended space of physics-based RL environments that can represent tasks ranging from robotic locomotion and grasping to video games and classic RL environments.
Our trained agent exhibits strong physical reasoning capabilities, being able to zero-shot solve unseen human-designed environments.
arXiv Detail & Related papers (2024-10-30T16:59:41Z) - Open RL Benchmark: Comprehensive Tracked Experiments for Reinforcement
Learning [41.971465819626005]
We present Open RL Benchmark, a set of fully tracked RL experiments.
Open RL Benchmark is community-driven: anyone can download, use, and contribute to the data.
Special care is taken to ensure that each experiment is precisely reproducible.
arXiv Detail & Related papers (2024-02-05T14:32:00Z) - SRL: Scaling Distributed Reinforcement Learning to Over Ten Thousand Cores [13.948640763797776]
We present a novel abstraction on the dataflows of RL training, which unifies diverse RL training applications into a general framework.
We develop a scalable, efficient, and distributed RL system called ReaLly scalableRL, which allows efficient and massively parallelized training.
SRL is the first in the academic community to perform RL experiments at a large scale with over 15k CPU cores.
arXiv Detail & Related papers (2023-06-29T05:16:25Z) - A Tutorial on Meta-Reinforcement Learning [69.76165430793571]
We cast the development of better RL algorithms as a machine learning problem itself in a process called meta-RL.<n>We discuss how, at a high level, meta-RL research can be clustered based on the presence of a task distribution and the learning budget available for each individual task.<n>We conclude by presenting the open problems on the path to making meta-RL part of the standard toolbox for a deep RL practitioner.
arXiv Detail & Related papers (2023-01-19T12:01:41Z) - On Transforming Reinforcement Learning by Transformer: The Development
Trajectory [97.79247023389445]
Transformer, originally devised for natural language processing, has also attested significant success in computer vision.
We group existing developments in two categories: architecture enhancement and trajectory optimization.
We examine the main applications of TRL in robotic manipulation, text-based games, navigation and autonomous driving.
arXiv Detail & Related papers (2022-12-29T03:15:59Z) - LCRL: Certified Policy Synthesis via Logically-Constrained Reinforcement
Learning [78.2286146954051]
LCRL implements model-free Reinforcement Learning (RL) algorithms over unknown Decision Processes (MDPs)
We present case studies to demonstrate the applicability, ease of use, scalability, and performance of LCRL.
arXiv Detail & Related papers (2022-09-21T13:21:00Z) - JORLDY: a fully customizable open source framework for reinforcement
learning [3.1864456096282696]
Reinforcement Learning (RL) has been actively researched in both academic and industrial fields.
JORLDY provides more than 20 widely used RL algorithms which are implemented with Pytorch.
JORLDY supports multiple RL environments which include OpenAI gym, Unity ML-Agents, Mujoco, Super Mario Bros and Procgen.
arXiv Detail & Related papers (2022-04-11T06:28:27Z) - Automated Reinforcement Learning (AutoRL): A Survey and Open Problems [92.73407630874841]
Automated Reinforcement Learning (AutoRL) involves not only standard applications of AutoML but also includes additional challenges unique to RL.
We provide a common taxonomy, discuss each area in detail and pose open problems which would be of interest to researchers going forward.
arXiv Detail & Related papers (2022-01-11T12:41:43Z) - Towards Standardizing Reinforcement Learning Approaches for Stochastic
Production Scheduling [77.34726150561087]
reinforcement learning can be used to solve scheduling problems.
Existing studies rely on (sometimes) complex simulations for which the code is unavailable.
There is a vast array of RL designs to choose from.
standardization of model descriptions - both production setup and RL design - and validation scheme are a prerequisite.
arXiv Detail & Related papers (2021-04-16T16:07:10Z) - Maximum Entropy RL (Provably) Solves Some Robust RL Problems [94.80212602202518]
We prove theoretically that standard maximum entropy RL is robust to some disturbances in the dynamics and the reward function.
Our results suggest that MaxEnt RL by itself is robust to certain disturbances, without requiring any additional modifications.
arXiv Detail & Related papers (2021-03-10T18:45:48Z) - EasyRL: A Simple and Extensible Reinforcement Learning Framework [3.2173369911280023]
EasyRL provides an interactive graphical user interface for users to train and evaluate RL agents.
EasyRL does not require programming knowledge for training and testing simple built-in RL agents.
EasyRL also supports custom RL agents and environments, which can be highly beneficial for RL researchers in evaluating and comparing their RL models.
arXiv Detail & Related papers (2020-08-04T17:02:56Z) - MushroomRL: Simplifying Reinforcement Learning Research [60.70556446270147]
MushroomRL is an open-source Python library developed to simplify the process of implementing and running Reinforcement Learning (RL) experiments.
Compared to other available libraries, MushroomRL has been created with the purpose of providing a comprehensive and flexible framework to minimize the effort in implementing and testing novel RL methodologies.
arXiv Detail & Related papers (2020-01-04T17:23:34Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.