This repository is the official implementation of the paper Reinforcement learning with Non-Exponential Discounting.
To install requirements:
python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt
To train the models, run this command:
python line_train.py
python investment_train.py
To test the models, run this command
python line_test.py
python investment_test.py