Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 628 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 628 Bytes

DeepR

A Deep Reinforcement Learning pipeline for Rust.

Goal

NOTE: Right now this is still in it's early stages and is undergoing a lot of changes The goal of Deepr is to simplify the process of developing Deep Reinforcement Learning(DRL) models. Ideally someone without any AI experience should be able to easily create state of the art DRL models and then all they have to do is host them somewhere.

Currently this crate supports Softmax Deep Double Deterministic Policy Gradients (SD3 with pytorch.