sankalp-s / My-Stock-Trader---RL-agent

Modelled a reinforcement learning agent using TensorFlow that participates in stock trading by holding, selling, and buying the stocks. Unlike the (Un)supervised models that only make predictions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My-Stock-Trader---RL-agent

  • Modelled a reinforcement learning agent using TensorFlow that participates in stock trading by holding, selling, and buying the stocks. Unlike the (Un)supervised models that only make predictions
  • Implemented Value & Howard Policy Iterations to find optimal policy for Markov Decision Problem
  • Experimented with Vanilla Gradient Descentand and implemented Momentumfor faster training

About

Modelled a reinforcement learning agent using TensorFlow that participates in stock trading by holding, selling, and buying the stocks. Unlike the (Un)supervised models that only make predictions

License:MIT License


Languages

Language:Python 100.0%