rl

Crates.iorl
lib.rsrl
version0.4.0
sourcesrc
created_at2024-04-20 00:21:13.893434
updated_at2024-06-19 15:34:47.682488
descriptionA reinforcement learning library
homepage
repositoryhttps://github.com/benbaarber/rl
max_upload_size
id1214250
size200,247
Ben Barber (benbaarber)

documentation

README

rl - A rust reinforcement learning library

Current Crates.io Version

About

rl is a fully rust-native reinforcement learning library with the goal of providing a unified RL development experience, including:

  • High-performance production-ready implementations of all SoTA RL algorithms powered by the rust-native deep learning framework burn
  • Out of the box benchmarking multiple algorithms against eachother
  • Detailed logging and training visualization
  • Maximum extensibility for creating and testing new experimental algorithms
  • Gym environments
  • A comfortable learning experience for those new to RL
  • General RL peripherals and utility functions
Commit count: 70

cargo fmt