Code for "Evolved Policy Gradients" research paper
Top 100.0% on sourcepulse
This repository provides the code for the "Evolved Policy Gradients" paper, focusing on a novel approach to reinforcement learning policy optimization. It is intended for researchers and practitioners in deep reinforcement learning seeking advanced policy gradient methods.
How It Works
EPG introduces a method for learning policies by evolving a population of policies using evolutionary strategies. This approach aims to overcome limitations of traditional policy gradient methods by directly optimizing a population of policies, potentially leading to more robust and efficient exploration and learning.
Quick Start & Requirements
mpi4py
, gym[all]
, mujoco_py
, and several other Python packages. Installation involves creating a Conda environment and pip installing dependencies.Highlighted Details
Maintenance & Community
Licensing & Compatibility
mujoco_py
may have specific licensing or installation requirements.Limitations & Caveats
The project is archived and no longer maintained, meaning no updates or bug fixes are expected. The installation process is specific to macOS and older Python versions (3.6.1), and relies on several external dependencies that may be difficult to set up on modern systems.
6 years ago
Inactive