├── DRL_GBM.ipynb ├── LICENSE ├── README.md ├── ddpg_agent.py ├── main.py ├── model.py └── report.pdf /DRL_GBM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/DRL_GBM.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/README.md -------------------------------------------------------------------------------- /ddpg_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/ddpg_agent.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/model.py -------------------------------------------------------------------------------- /report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkshayS21/Reinforcement-Learning-for-Optimal-Financial-Trading/HEAD/report.pdf --------------------------------------------------------------------------------