PyTorch implementations of RL algorithms
Top 66.0% on sourcepulse
This repository provides PyTorch implementations of benchmark model-free reinforcement learning algorithms for continuous action domains, primarily targeting MuJoCo environments. It's designed for researchers and practitioners seeking a straightforward, modular codebase to reproduce RL algorithm results and test new ideas quickly.
How It Works
The project focuses on a simple, modular implementation style, with each algorithm in a separate file. It aims to closely follow original research papers to reproduce reported results, making it easier to understand and extend. The current implementations cover several key algorithms in the continuous action space, with plans to expand to discrete action spaces and more complex techniques.
Quick Start & Requirements
pip install -r requirements.txt
Highlighted Details
Maintenance & Community
The project is actively developed by zhangchuheng123, with welcome bug reports and contributions.
Licensing & Compatibility
The repository's license is not explicitly stated in the README. Compatibility for commercial use or closed-source linking is therefore undetermined.
Limitations & Caveats
The ACER implementation is noted to have potential issues. The method for counting rewards may underestimate actual performance. The project is primarily focused on continuous action domains, with discrete action support being a secondary development goal.
3 years ago
Inactive