Train easily Gym-derived environments in python/C++ through Ray RLlib
Project description
pyRLprob
PyRLprob is an open-source python library for easy training, evaluation, and postprocessing of Gym-based environments, written in python or c++, through Ray-RLlib reinforcement learning library.
Installation
Use the package manager pip to install the latest stable release of pyRLprob, with all its dependencies:
pip install pyrlprob
To test if the package is installed correctly, run the following tests:
import pyrlprob
from pyrlprob.tests import test_train, test_train_eval
test_train()
test_train_eval()
If the code exits without errors, a folder named results/
with the test results will be created in your current directory.
User Guide
Coming soon...
Credits
pyRLprob has been created by Lorenzo Federici in 2021. For any problem, clarification or suggestion, you can contact the author at lorenzo.federici@uniroma1.it.
License
The package is under the MIT license.
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.