Skip to content
/ rlkit Public
forked from rail-berkeley/rlkit

(with environment farming feature) Collection of reinforcement learning algorithms

Notifications You must be signed in to change notification settings

simitii/rlkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additions:

  • Environment Farming

Bugs:

  • Dinamic allocation of Eval_Sampler(environment for it) - FIXED
  • Environment allocation bugs - FIXED
  • Segmentation fault - FIXED

rlkit

Reinforcement learning framework and algorithms implemented in PyTorch.

Some implemented algorithms:

To get started, checkout the example scripts, linked above.

Installation

Install and use the included ananconda environment

$ conda env create -f rlkit-env.yml
$ source activate rlkit-env

Credits

A lot of the coding infrastructure is based on rllab. The serialization and logger code are basically a carbon copy of the rllab versions.

About

(with environment farming feature) Collection of reinforcement learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%