Skip to content

A library for reinforcement learning algorithms, including REPS

Notifications You must be signed in to change notification settings

iamlab-cmu/rl-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rl-utils

A library for reinforcement learning algorithms, including REPS.

Installation

Optional: Create and source virtual environment

Create virtual environment for this application. Note that Python3 is the expected Python version used for this library.

python3.7 -m venv ~/envs/rl_utils

Activate virtual environment

source ~/envs/rl_utils/bin/activate

Install package (optional: in editable mode)

pip install -e .

Test

All unit tests should pass. Run unit tests through the following command:

pytest

About

A library for reinforcement learning algorithms, including REPS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages