Deep reinforcement learning framework
Top 64.0% on sourcepulse
DeeR is a modular Python library for Deep Reinforcement Learning, designed for easy adaptation to various needs. It offers implementations of advanced RL algorithms like Double Q-learning, prioritized Experience Replay, DDPG, and CRAR, targeting researchers and practitioners in RL.
How It Works
DeeR is built with a focus on modularity, allowing users to easily swap components and experiment with different RL algorithms and configurations. It leverages Keras for its deep learning backend, providing a flexible foundation for building and training RL agents.
Quick Start & Requirements
pip install deer
Highlighted Details
Maintenance & Community
No specific information on contributors, sponsorships, or community channels is provided in the README.
Licensing & Compatibility
Limitations & Caveats
The project is tested with Python 3.6, and compatibility with newer Python versions is not explicitly stated. The README also indicates support for Python 2.7 via a badge, which may indicate a potential maintenance gap or outdated information.
1 month ago
Inactive