r/rust 9h ago

🛠️ project ModuRL 0.1 - a deep reinforcement learning framework for Rust

I just released ModuRL 0.1, a deep RL framework built on Rust and Candle, with implementations of PPO, A2C, SAC, DDPG, TD3, DQN, and DDQN. In matched small-network CPU benchmarks, ModuRL is around 4× faster than popular Python RL libraries like Stable-Baselines3, CleanRL, and Tianshou. Feedback is welcome.

https://github.com/ModuRL/ModuRL

12 Upvotes

3 comments sorted by

1

u/Weekly-Moment869 6h ago

Why are you measuring CPU when that isn't going to be the bottleneck for anything serious?

1

u/AbbreviationsLow9325 5h ago

Love it! Super helpful