Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

ds4dm/ignite-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ignite-rl

This repository collects Ignite engines for deep reinforcment learning algorithms. Implementations run on GPU through Pytorch. This package does not aim to provide the most efficient implementations (although efficiency is a concern), but rather to showcase clean implementations and code reusability using Ignite.

Generally speaking, the user is expected to provide the model to be learn, as well as an OpenAi Gym compatible environement.

Installation

The project requires Python 3.6+.

To install, use pipenv, the recomended dependency manager for Python (also works with pip):

$ pipenv install git+https://github.com/ds4dm/ignite-rl.git#egg=irl

(not yet on PyPI)

About

Reinforcement learning abstractions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages