A reinforcement learning library.
Documentation: https://apex-rl-doc.readthedocs.io/
Clone and install from source:
git clone https://github.com/Atticlmr/Apex_rl.git
cd Apex_rl
pip install -e .or use uv
git clone https://github.com/Atticlmr/Apex_rl.git
cd Apex_rl
uv pip install -e .Note: PyPI release coming soon.
| Algorithm | Status | Notes |
|---|---|---|
| PPO | ✅ Completed | - |
| DQN | 🚧 Planned | Next release |
| SAC | 🚧 Planned | Next Next release |
Apache-2.0
If you use this library in your research, please cite:
@software{li2025apexrl,
author = {Li, Mingrui},
title = {Apex\_rl: A Reinforcement Learning Library},
url = {https://github.com/Atticlmr/Apex_rl},
year = {2025}
}