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
TODO
- Add new algorithms
- Add exploration modules
- Add experiment wrapper modules
Installation
pip install modularl
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 |
DDPG (Deep Deterministic Policy Gradient) | Off-policy | Lillicrap et al. 2015 | ✅ | 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.5.tar.gz
(12.9 kB
view details)
Built Distribution
modularl-0.1.5-py3-none-any.whl
(19.7 kB
view details)
File details
Details for the file modularl-0.1.5.tar.gz
.
File metadata
- Download URL: modularl-0.1.5.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0ec8b06b01e4e44685a8af58275eb019a19cf1b140efd53e55e8ba80b67414c |
|
MD5 | 9f162b421eb5c948088773637441ff5f |
|
BLAKE2b-256 | aab23412f476915fc0a9ddd55697357e68319192a87ab6da0ba28c867f2ac78e |
File details
Details for the file modularl-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: modularl-0.1.5-py3-none-any.whl
- Upload date:
- Size: 19.7 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 | c48385cc8f341e00b43b1f21adf7d26d1696e4a4bbc8211737ab453cdb1bf40e |
|
MD5 | 01dbe42ceaaec23cd84ca619f3636d9d |
|
BLAKE2b-256 | b902f36b9b333d49b2e59d6d75df8f9122047337485deebfa44bd352e6a8d419 |