项目作者: kaivalyar

项目描述 :
An Actor Critic Algorithm for Optimal Mortgage Refinancing
高级语言: Python
项目地址: git://github.com/kaivalyar/RLStudyProject.git
创建时间: 2018-02-21T19:23:01Z
项目社区:https://github.com/kaivalyar/RLStudyProject

开源协议:Other

下载


RLStudyProject

An Actor Critic Algorithm for Mortgage Refinancing. This repository contains material from a Study Project exploring Reinforcement Learning and its applications in financial modelling, under Dr. Mayank Goel at BITS Goa. The code here is original, and implements an algorithm from the paper A Simultaneous Deterministic Perturbation Actor-Critic Algorithm with an Application to Optimal Mortgage Refinancing by V. L. Raju Chinthalapati and S. Bhatnagar. The paper can be accessed here.

An intersting and unexplored possibility is to replace the agent class with another off-the-shelf agent from, such as this one, and see how this affects training time, convergence, and the quality of the decisions made by the agent.

License

This project is released under and protected by the MIT License

The MIT License (MIT)

Copyright © 2018 Kaivalya Rawal and Samarth Mehrotra

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.