lewisKit / price_rl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

price_rl

Installation

cd baselines
pip install -e .
cd ../gym-simple-pricing
pip install -e .

Running

cd baselines/baselines/ppo1/

# Running example
python run_price.py -env pricing-simple-v1 --num-timesteps 250000

Play with learned model

python play.py

About


Languages

Language:Python 99.8%Language:Dockerfile 0.2%