Git Product home page Git Product logo

research_mpql's Introduction

% Files:
%     - experiments/test_Ps.m: Calculates the P matrix and GP gain using 
%         different methods. We can see that the results from different
%         methods are consistant however with a small r (e.g. r=10), GP does 
%         not produce GLQR. But as r increases (e.g. r=100) GP approaches
%         GLQR.
%     - experiments/test_Ss.m: Same as experiments/test_Ps.m with similar
%         results but for S matrix and GL gain. Notice that in this case we
%         cannot increase the r too much because the number of parameters
%         (size of the S matrix) will increase dramatically as r increases. 
%     - experiments/Eq58_Eq61_experiment.m: Shows that by changing RHS from
%         "RHS(i,:) = U_k" to "RHS(i,:) = U_k - (gamma^r)*U_kpr" we can
%         recreate the same exact result as analytical P from Numerical P.
%         This is an important result because it shows that Eq 30 is exact
%         and the extra part "(gamma^r)*U_kpr" only vanishes for the case
%         with large r and gamma<1. making gamma<1 a necessity if we are to
%         ignore the extra term (as they do in all RL literature). 
%         Yet, adding the extra term still does not make the results of
%         numerical P consistent for complex problems :(
%
%
%
%
%
%

research_mpql's People

Contributors

erfi avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

mumuzeyu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.