Skip to content

Code of the paper Reinforcement Learning with Non-Exponential Discounting

Notifications You must be signed in to change notification settings

mschulth/nonexp-rl

Repository files navigation

Reinforcement learning with Non-Exponential Discounting

This repository is the official implementation of the paper Reinforcement learning with Non-Exponential Discounting.

Requirements

To install requirements:

python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt

Training

To train the models, run this command:

python line_train.py
python investment_train.py

Testing

To test the models, run this command

python line_test.py
python investment_test.py

About

Code of the paper Reinforcement Learning with Non-Exponential Discounting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages