Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 542 Bytes

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