Skip to content
/ rlpy3 Public

RLPy Reinforcement Learning Framework: Python3 fork

License

Notifications You must be signed in to change notification settings

kngwyu/rlpy3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

329166d · Nov 23, 2021
Oct 7, 2019
Feb 20, 2020
Apr 5, 2021
Oct 23, 2019
Nov 23, 2021
Dec 18, 2019
Oct 5, 2020
Jan 13, 2020
Feb 2, 2015
Oct 7, 2019
Jan 14, 2020
Oct 2, 2019
Nov 1, 2019
Dec 31, 2019
Dec 3, 2020
Dec 3, 2020
Sep 15, 2020
Oct 5, 2020
Jan 14, 2020
Apr 5, 2021
Dec 18, 2019
Dec 20, 2019

Repository files navigation

RLPy3

Azure Pipelines PyPI

Why Fork?

This is my fork of RLPy.

RLPy is a great reinforcement learning library with some good features like custom representations and value function viewers. However, it is no longer maintained and the PyPI version of RLPy is not compatible with the latest numpy C-API, which causes runtime errors.

So I decided to fork the repository and provide a maintained version of RLPy only for Python>=3.6, named RLPy3. You can download wheels of RLPy3 from PyPI.

In addition, I pushed lots of refactorings, bug fixes, new environments such as FixedRewardGridWorld, and new algorithms such as PSRL. I also removed some modules (like parallel-job utilities) to keep this library maintainable by sufficiently low efforts.

To see what was changed, see the new CHANGELOG.

Install

The latest version is 2.0.0b1, which you can install by:

pip3 install rlpy3 -U --pre

Screenshots

pictures/GridWorld4x5Domain.png

An agent that explores GridWorld.

pictures/GridWorld4x5Value.png

Value function of the agent.

Original README: RLPy - Reinforment Learning Framework

RLPy is a framework to conduct sequential decision making experiments. The current focus of this project lies on value-function-based reinforcement learning. The project is distributed under the 3-Clause BSD License.

Important Links

Install

Installation instructions can be found at http://rlpy.readthedocs.org/en/latest/install.html

About

RLPy Reinforcement Learning Framework: Python3 fork

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages