rl and rsrl

These are competitors—both are general-purpose reinforcement learning frameworks in Rust that serve the same use case, with rsrl being more mature and widely adopted (4x the stars, 3x the downloads).

rl
44
Emerging
rsrl
42
Emerging
Maintenance 0/25
Adoption 11/25
Maturity 16/25
Community 17/25
Maintenance 0/25
Adoption 14/25
Maturity 16/25
Community 12/25
Stars: 50
Forks: 11
Downloads: 27
Commits (30d): 0
Language: Rust
License: MIT
Stars: 202
Forks: 15
Downloads: 82
Commits (30d): 0
Language: Rust
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About rl

benbaarber/rl

A rust reinforcement learning library

This library helps machine learning engineers and researchers quickly develop and test reinforcement learning agents. It takes in various environment definitions and produces trained agents capable of making decisions, along with tools for logging and visualizing training progress. The primary users are those building and experimenting with AI agents for tasks like game playing or robotic control.

AI-agent-development machine-learning-engineering algorithm-prototyping robotics-control AI-research

About rsrl

tspooner/rsrl

A fast, safe and easy to use reinforcement learning framework in Rust.

This project helps Rust developers quickly build and experiment with reinforcement learning systems. You provide details about your problem's environment and desired agent behavior, and it outputs an agent capable of learning optimal actions through interaction. It's ideal for software engineers, machine learning engineers, or researchers working with Rust.

reinforcement-learning agent-development robotics-control game-ai machine-learning-engineering

Scores updated daily from GitHub, PyPI, and npm data. How scores work