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 |
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.4.tar.gz
(12.4 kB
view details)
Built Distribution
modularl-0.1.4-py3-none-any.whl
(17.5 kB
view details)
File details
Details for the file modularl-0.1.4.tar.gz
.
File metadata
- Download URL: modularl-0.1.4.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f9e38442a76ede999b34bc43980ef4d806a48c7aa51fd9fece1665b07b62fc6 |
|
MD5 | a9bcae46a4198e8d54dd32e17598a284 |
|
BLAKE2b-256 | ee76ec38308d63b958a34289dd223970a5884026f1c2450f01dd3ba6368530fc |
File details
Details for the file modularl-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: modularl-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.5 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 | a8bb35bc295ae8a9da53945d3a6a212dca34763694be0422c26cfe139ba2ea95 |
|
MD5 | 7929d2c6dcbeb826c3b6124e90a09bd6 |
|
BLAKE2b-256 | 785759193b98136d0e50bc0026e847339ad7e0092bdebb0d389ad2d8d27c4e57 |