Using Reinforcement Learning to perform Dynamic Hedging of Options
Contents:
simulations.py
: Contains the simulator for creating a Black-Scholes environmentenv.py
: Contains the environment for the RL training schemeagent.py
: Contains the DQN agent to be used for trainingtrain.py
: The training module to train the agentpredict.py
: Run this code to perform predictions after training