Code Monkey home page Code Monkey logo

deepr's Introduction

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.

deepr's People

Contributors

dallasc avatar

Stargazers

 avatar

Watchers

 avatar  avatar

deepr's Issues

Tensorflow Support

Right now the model is generated using PyTorch. This was simply because I've used PyTorch more and wanted to get something working fast. It would be good to also offer the option to use Tensorflow.

Ideally we could have a feature flag that allows the user to choose which backend they want use.

Examples

Short Term

Implement some basic examples so people can see how to use the crate. The easiest way is probably to do some implementations for the OpenAI Gym problems.

Longer Term (but not to long)

I would also like to do a full tutorial/implementation on a real life problem that covers everything from setting up the environment -> model generation -> model deployment.

Additional Algorithms

Right now we use SD3 which is pretty state of the art in this space. Still we should implement some more options like TRPO, SAC, HER, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.