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.
202 stars and 82 monthly downloads. No commits in the last 6 months.
Use this if you are a Rust developer needing to implement or prototype reinforcement learning algorithms for agents that learn by trial and error.
Not ideal if you are not a Rust developer or if you are looking for a pre-trained, off-the-shelf reinforcement learning solution without needing to write code.
Stars
202
Forks
15
Language
Rust
License
MIT
Category
Last pushed
Nov 16, 2021
Monthly downloads
82
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tspooner/rsrl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
benbaarber/rl
A rust reinforcement learning library
ingambe/End2End-Job-Shop-Scheduling-CP
An end to end reinforcement learning approach with a reinforcement learning environment modeled...
jrcalgo/RelayRL
A MultiAgent Distributed Reinforcement Learning Framework primarily for Rust workflows
lubluniky/rocket-rs
High-performance reinforcement learning library for Rust with PPO and A2C algorithms
Axect/Forger
Forger: Reinforcement Learning Library in Rust