rlutils: A utility package for implementing reinforcement learning simulations.
Project description
rlutils: A utility package for implementing reinforcement learning simulations.
rlutils is a python package containing utility functions to implement reinforcement learning simulations.
The goal of rlutils is to provide a useful base library to help implement reinforcement learning (RL) research projects.
The examples
directory contains jupyter notebooks demonstrating how to use rlutils.
rlutils provides an API to implement RL agents, policies, and simulate them in a control task (also called environment or Markov Decision Process (MDP)). rlutils also provides implementations to some basic policies, value iteration, and Q-learning. Other utility functions are also included to collect trajectories, store them, and replay them. rlutils' goal is to provide a framework and utility functions for implementing RL algorithms.
If you have any questions about rlutils, please send email to lucas_lehnert@brown.edu
.
Installation
rlutils is tested on python 3.5, 3.6, 3.7, and 3.8.
This package can be installed using pip:
pip install rlutils
Alternatively, the repository can also be cloned and the package can be installed without pulling from PyPI:
git clone https://github.com/lucaslehnert/rlutils.git
cd rlutils
pip install .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rlutils-0.0.2.tar.gz
.
File metadata
- Download URL: rlutils-0.0.2.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a4f13a569b5dde5c4d4cb5eac195b6d32a3ecbe6a6d064c7290ca8261cc07ad |
|
MD5 | 904f4f75b35c8c322373b2c9762ca1ac |
|
BLAKE2b-256 | 32e4c8caa30f0d0307cee9a2b3887a1edeb736f356fca9846046d83f54624d55 |
File details
Details for the file rlutils-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: rlutils-0.0.2-py3-none-any.whl
- Upload date:
- Size: 33.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31e4ca69b403f103054056d9e9d2f3c5eb9a4c84cd862039a82ac60a907e5b8b |
|
MD5 | e1eebec78bc016037b4b220107e3277a |
|
BLAKE2b-256 | c507b49c0cd774062fae0b3fa1b6c342fb0265856dfbcea98c47adeb0ad17816 |