All Projects → TAA-PG → Similar Projects or Alternatives

137 Open source projects that are alternatives of or similar to TAA-PG

Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (+80.77%)
Mlfinlab
MlFinLab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
Stars: ✭ 2,676 (+10192.31%)
portfoliolab
PortfolioLab is a python library that enables traders to take advantage of the latest portfolio optimisation algorithms used by professionals in the industry.
Stars: ✭ 104 (+300%)
Pyportfolioopt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
Stars: ✭ 2,502 (+9523.08%)
Trading-Algorithms
This repository contains the customized trading algorithms that I have created using the Quantopian IDE.
Stars: ✭ 86 (+230.77%)
Mlds2018spring
Machine Learning and having it Deep and Structured (MLDS) in 2018 spring
Stars: ✭ 124 (+376.92%)
Mutual labels:  policy-gradient
RiskPortfolios
Functions for the construction of risk-based portfolios
Stars: ✭ 43 (+65.38%)
Mutual labels:  portfolio-optimization
Reinforcement learning
강화학습에 대한 기본적인 알고리즘 구현
Stars: ✭ 100 (+284.62%)
Mutual labels:  policy-gradient
Codegan
[Deprecated] Source Code Generation using Sequence Generative Adversarial Networks
Stars: ✭ 73 (+180.77%)
Mutual labels:  policy-gradient
deep rl acrobot
TensorFlow A2C to solve Acrobot, with synchronized parallel environments
Stars: ✭ 32 (+23.08%)
Mutual labels:  policy-gradient
yarll
Combining deep learning and reinforcement learning.
Stars: ✭ 84 (+223.08%)
Mutual labels:  policy-gradient
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (+2842.31%)
Mutual labels:  policy-gradient
Show Adapt And Tell
Code for "Show, Adapt and Tell: Adversarial Training of Cross-domain Image Captioner" in ICCV 2017
Stars: ✭ 146 (+461.54%)
Mutual labels:  policy-gradient
xmimsim
Monte Carlo simulation of energy-dispersive X-ray fluorescence spectrometers
Stars: ✭ 29 (+11.54%)
Mutual labels:  monte-carlo-simulation
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+11453.85%)
Mutual labels:  policy-gradient
antaresViz
ANTARES Visualizations
Stars: ✭ 19 (-26.92%)
Mutual labels:  monte-carlo-simulation
Deeprl algorithms
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
Stars: ✭ 97 (+273.08%)
Mutual labels:  policy-gradient
ncrystal
NCrystal : a library for thermal neutron transport in crystals and other materials
Stars: ✭ 27 (+3.85%)
Mutual labels:  monte-carlo-simulation
Parl Sample
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
Stars: ✭ 37 (+42.31%)
Mutual labels:  policy-gradient
Portfolio-Management-list
📓 List of portfolio management resources, using Reinforcement Learning.
Stars: ✭ 29 (+11.54%)
Mutual labels:  portfolio-management
Rlseq2seq
Deep Reinforcement Learning For Sequence to Sequence Models
Stars: ✭ 683 (+2526.92%)
Mutual labels:  policy-gradient
PP-P2P-Parser
parse-account-statements.py bereitet Kontoauszüge verschiedener bekannter P2P Kreditanbieter (wie z.B. Mintos, Estateguru, ...) in einem von PortfolioPerformance lesbaren CSV-Format auf.
Stars: ✭ 32 (+23.08%)
Mutual labels:  portfolio-management
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+2361.54%)
Mutual labels:  policy-gradient
Tensorflow Reinforce
Implementations of Reinforcement Learning Models in Tensorflow
Stars: ✭ 480 (+1746.15%)
Mutual labels:  policy-gradient
mathematics-statistics-for-data-science
Mathematical & Statistical topics to perform statistical analysis and tests; Linear Regression, Probability Theory, Monte Carlo Simulation, Statistical Sampling, Bootstrapping, Dimensionality reduction techniques (PCA, FA, CCA), Imputation techniques, Statistical Tests (Kolmogorov Smirnov), Robust Estimators (FastMCD) and more in Python and R.
Stars: ✭ 56 (+115.38%)
Mutual labels:  monte-carlo-simulation
SharkStock
Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …
Stars: ✭ 63 (+142.31%)
Mutual labels:  policy-gradient
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+1600%)
Mutual labels:  policy-gradient
A2c
A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow
Stars: ✭ 169 (+550%)
Mutual labels:  policy-gradient
rpg
Ranking Policy Gradient
Stars: ✭ 22 (-15.38%)
Mutual labels:  policy-gradient
Policy Gradient
Minimal Monte Carlo Policy Gradient (REINFORCE) Algorithm Implementation in Keras
Stars: ✭ 135 (+419.23%)
Mutual labels:  policy-gradient
flr-vscode-extension
Flr(Flutter-R) Extension: A Flutter Resource Manager VSCode Extension
Stars: ✭ 28 (+7.69%)
Mutual labels:  assets-management
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (+365.38%)
Mutual labels:  policy-gradient
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+476.92%)
Mutual labels:  monte-carlo-simulation
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (+292.31%)
Mutual labels:  policy-gradient
auto assets
assets management tool for Flutter
Stars: ✭ 17 (-34.62%)
Mutual labels:  assets-management
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+5073.08%)
Mutual labels:  policy-gradient
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+753.85%)
Mutual labels:  policy-gradient
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (+215.38%)
Mutual labels:  policy-gradient
DRL in CV
A course on Deep Reinforcement Learning in Computer Vision. Visit Website:
Stars: ✭ 59 (+126.92%)
Mutual labels:  policy-gradient
Rl Course Experiments
Stars: ✭ 73 (+180.77%)
Mutual labels:  policy-gradient
qc portfolio optimization
A program that implements the portfolio optimization experiments using a hybrid quantum computing algorithm from arXiv:1911.05296. The code was developed as part of the 2020 Quantum mentorship program. Many thanks to my mentor Guoming Wang from Zapata Computing!
Stars: ✭ 21 (-19.23%)
Mutual labels:  portfolio-optimization
Slm Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Stars: ✭ 904 (+3376.92%)
Mutual labels:  policy-gradient
QuantResearch
Quantitative analysis, strategies and backtests
Stars: ✭ 1,013 (+3796.15%)
Mutual labels:  portfolio-management
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+26623.08%)
Mutual labels:  policy-gradient
DROP
Fixed Income Analytics, Portfolio Construction Analytics, Transaction Cost Analytics, Counter Party Analytics, Asset Backed Analytics
Stars: ✭ 87 (+234.62%)
Mutual labels:  portfolio-optimization
Pytorch Rl
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
Stars: ✭ 658 (+2430.77%)
Mutual labels:  policy-gradient
coincube
A Python/Vue.js crypto portfolio management and trade automation program with support for 10 exchanges.
Stars: ✭ 85 (+226.92%)
Mutual labels:  portfolio-management
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (+1830.77%)
Mutual labels:  policy-gradient
sqaod
Solvers/annealers for simulated quantum annealing on CPU and CUDA(NVIDIA GPU).
Stars: ✭ 66 (+153.85%)
Mutual labels:  monte-carlo-simulation
Deer
DEEp Reinforcement learning framework
Stars: ✭ 455 (+1650%)
Mutual labels:  policy-gradient
rl trading
No description or website provided.
Stars: ✭ 14 (-46.15%)
Mutual labels:  tensorforce
Deep Rl Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Stars: ✭ 395 (+1419.23%)
Mutual labels:  policy-gradient
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+10911.54%)
Mutual labels:  policy-gradient
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+1415.38%)
Mutual labels:  policy-gradient
Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+1388.46%)
Mutual labels:  policy-gradient
mario
Super Mario Reinforcement Learning from Demonstration
Stars: ✭ 25 (-3.85%)
Mutual labels:  tensorforce
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+15703.85%)
Mutual labels:  policy-gradient
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (+1300%)
Mutual labels:  policy-gradient
spec
[OLD!] RGB Protocol specifications for Bitcoin-based digital assets
Stars: ✭ 149 (+473.08%)
Mutual labels:  assets-management
Cassandra
Cassandra is a Monte Carlo package to conduct atomistic simulations.
Stars: ✭ 26 (+0%)
Mutual labels:  monte-carlo-simulation
1-60 of 137 similar projects