paper-with-me

Papers

Pearl: Parallel Evolutionary and Reinforcement Learning Library

2022-01-24 · Rohan Tangri, Danilo P. Mandic, Anthony G. Constantinides

Reinforcement learning is increasingly finding success across domains where the problem can be represented as a Markov decision process. Evolutionary computation algorithms have also proven successful in this domain, exhibiting similar performance to the generally more complex reinforcement learning. Whilst there exist many open-source reinforcement learning and evolutionary computation libraries, no publicly available library combines the two approaches for enhanced comparison, cooperation, or visualization. To this end, we have created Pearl (https://github.com/LondonNode/Pearl), an open source Python library designed to allow researchers to rapidly and conveniently perform optimized reinforcement learning, evolutionary computation and combinations of the two. The key features within Pearl include: modular and expandable components, opinionated module settings, Tensorboard integration, custom callbacks and comprehensive visualizations.

📄 PDF Abstract BibTeX arXiv:2201.09568

Code (1)

londonnode/pearl 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

EvoTorch: Scalable Evolutionary Computation in Python

2023-02-24 · Nihat Engin Toklu, Timothy Atkinson, Vojtěch Micka, Paweł Liskowski 외

Evolutionary computation is an important component within various fields such as artificial intelligence research, reinforcement learning, robotics, industrial automation and/or optimization, engineering design, etc. Con…

GPUreinforcement-learningReinforcement Learning (RL)

Multi-Objective Reinforcement Learning-based Approach for Pressurized Water Reactor Optimization

2023-12-15 · Paul Seurin, Koroush Shirvan

A novel method, the Pareto Envelope Augmented with Reinforcement Learning (PEARL), has been developed to address the challenges posed by multi-objective problems, particularly in the field of engineering where the evalua…

Multi-Objective Reinforcement Learningreinforcement-learning

EvoX: A Distributed GPU-accelerated Framework for Scalable Evolutionary Computation

2023-01-29 · Beichen Huang, Ran Cheng, Zhuozhao Li, Yaochu Jin 외

Inspired by natural evolutionary processes, Evolutionary Computation (EC) has established itself as a cornerstone of Artificial Intelligence. Recently, with the surge in data-intensive applications and large-scale comple…

GPUNavigateOpenAI Gym

Open Source Evolutionary Computation with Chips-n-Salsa

2024-12-02 · Vincent A. Cicirello

When it was first introduced, the Chips-n-Salsa Java library provided stochastic local search and related algorithms, with a focus on self-adaptation and parallel execution. For the past four years, we expanded its scope…

Evolutionary Algorithmstest driven development

Pearl: A Production-ready Reinforcement Learning Agent

2023-12-06 · Zheqing Zhu, Rodrigo de Salvo Braz, Jalaj Bhandari, Daniel Jiang 외

Reinforcement learning (RL) is a versatile framework for optimizing long-term goals. Although many real-world problems can be formalized with RL, learning and deploying a performant RL policy requires a system designed t…

Benchmarkingreinforcement-learningReinforcement LearningReinforcement Learning (RL)