A library for reinforcement learning algorithms, including REPS.
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
source ~/envs/rl_utils/bin/activate
pip install -e .
All unit tests should pass. Run unit tests through the following command:
pytest