A modular reinforcement learning library
Project description
ModulaRL
🚧 This library is still under construction. 🚧
ModulaRL is a highly modular and extensible reinforcement learning library built on PyTorch. It aims to provide researchers and developers with a flexible framework for implementing, experimenting with, and extending various RL algorithms.
Features
- Modular architecture allowing easy component swapping and extension
- Efficient implementations leveraging PyTorch's capabilities
- Integration with TorchRL for optimized replay buffers
- Clear documentation and examples for quick start
- Designed for both research and practical applications in reinforcement learning
Installation
pip install modularl
Algorithms Implemented
Algorithms Implemented
Algorithm | Type | Paper | Continuous Action | Discrete Action |
---|---|---|---|---|
SAC (Soft Actor-Critic) | Off-policy | Haarnoja et al. 2018 | ✅ | Not implemented YET |
TD3 (Twin Delayed DDPG) | Off-policy | Fujimoto et al. 2018 | ✅ | Not implemented YET |
Citation
@software{modularl2024,
author = {zakaria narjis},
title = {ModulaRL: A Modular Reinforcement Learning Library},
year = {2024},
url = {https://github.com/zakaria-narjis/modularl}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
modularl-0.1.2.tar.gz
(12.2 kB
view details)
Built Distribution
modularl-0.1.2-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file modularl-0.1.2.tar.gz
.
File metadata
- Download URL: modularl-0.1.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11d90cfc28a8cadf37daed014fd0322eb7c2ec93b8577c339d3a45eec4b21dd7 |
|
MD5 | 0bc424d126947e5f16aec029ddd4e190 |
|
BLAKE2b-256 | 080231940e8e59ff944ff5c6f5e660d8558d3d10d5e5285d5dec81496ad3ada7 |
File details
Details for the file modularl-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: modularl-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 493757d39d220a43d9234e0284135737a3f6d67ed97e9d61109c78fa5e7ad12f |
|
MD5 | b6e339b622b0ff947b696137808ece4b |
|
BLAKE2b-256 | 4bd0bbbf7a4278dc65646d5cda04297e060a8c506e64884710441666f674fb6b |