20210321 Update: A PyTorch-port of this repo is available at ceshine/RRL_PyTorch.
Reference: Stock Trading with Recurrent Reinforcement Learning (RRL) By Gabriel Molina
- costFunction.m
- updateFt.m
- rewardFunction.m
- featureNormalize.m
- sharpRatio.m
- checkRRLGradient.m : Verify the correctness of gradient function in cost function
- getNumericalGradient.m : Approximate gradient (inefficiently) for verification
- testTWSE.m : Use Taiwan Weighted Stock Index from Taiwan Stock Exchange.
- testDAX.m : Use DAX index of Germany.