All Projects → Gym_trading → Similar Projects or Alternatives

6517 Open source projects that are alternatives of or similar to Gym_trading

Ctc Executioner
Master Thesis: Limit order placement with Reinforcement Learning
Stars: ✭ 112 (+28.74%)
Mutual labels:  jupyter-notebook, dqn, openai-gym
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+620.69%)
Mutual labels:  trading, dqn, openai-gym
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+4511.49%)
Mutual labels:  jupyter-notebook, dqn, openai-gym
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+635.63%)
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+175.86%)
Mutual labels:  jupyter-notebook, trading
Ta
Technical Analysis Library using Pandas and Numpy
Stars: ✭ 2,649 (+2944.83%)
Mutual labels:  jupyter-notebook, trading
DQN-using-PyTorch-and-ML-Agents
A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment
Stars: ✭ 81 (-6.9%)
Mutual labels:  dqn, deep-q-network
Autonomous-Drifting
Autonomous Drifting using Reinforcement Learning
Stars: ✭ 83 (-4.6%)
Mutual labels:  openai-gym, dqn
rl implementations
No description or website provided.
Stars: ✭ 40 (-54.02%)
Mutual labels:  dqn, deep-q-network
Deep reinforcement learning course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
Stars: ✭ 3,232 (+3614.94%)
Mutual labels:  jupyter-notebook, deep-q-network
A3c trading
Trading with recurrent actor-critic reinforcement learning
Stars: ✭ 305 (+250.57%)
Mutual labels:  jupyter-notebook, trading
Reinforcementlearning Atarigame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
Stars: ✭ 118 (+35.63%)
Mutual labels:  jupyter-notebook, openai-gym
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (+50.57%)
Mutual labels:  jupyter-notebook, trading
Aleph star
Reinforcement learning with A* and a deep heuristic
Stars: ✭ 235 (+170.11%)
Mutual labels:  jupyter-notebook, dqn
Mixture model trading public
Stars: ✭ 166 (+90.8%)
Mutual labels:  jupyter-notebook, trading
distributed rl
Pytorch implementation of distributed deep reinforcement learning
Stars: ✭ 66 (-24.14%)
Mutual labels:  openai-gym, deep-q-network
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.
Stars: ✭ 20 (-77.01%)
Mutual labels:  openai-gym, deep-q-network
Rlquant
Applying Reinforcement Learning in Quantitative Trading
Stars: ✭ 271 (+211.49%)
Mutual labels:  jupyter-notebook, trading
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 (+155.17%)
Mutual labels:  openai-gym, dqn
Tensorflow Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Stars: ✭ 4,122 (+4637.93%)
Mutual labels:  dqn, deep-q-network
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+352.87%)
Mutual labels:  dqn, openai-gym
Rl Portfolio Management
Attempting to replicate "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" https://arxiv.org/abs/1706.10059 (and an openai gym environment)
Stars: ✭ 447 (+413.79%)
Mutual labels:  jupyter-notebook, openai-gym
Deep Trading Agent
Deep Reinforcement Learning based Trading Agent for Bitcoin
Stars: ✭ 573 (+558.62%)
Mutual labels:  trading, deep-q-network
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (+433.33%)
Mutual labels:  jupyter-notebook, openai-gym
Tutorials
Ipython notebooks for math and finance tutorials
Stars: ✭ 654 (+651.72%)
Mutual labels:  jupyter-notebook, trading
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (+720.69%)
Mutual labels:  jupyter-notebook, trading
Rainbow Is All You Need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
Stars: ✭ 938 (+978.16%)
Mutual labels:  jupyter-notebook, dqn
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (+14.94%)
Mutual labels:  jupyter-notebook, trading
Finrl Library
FinRL: Financial Reinforcement Learning Framework. Please star. 🔥
Stars: ✭ 3,037 (+3390.8%)
Mutual labels:  jupyter-notebook, openai-gym
Deep Rl Trading
playing idealized trading games with deep reinforcement learning
Stars: ✭ 228 (+162.07%)
Mutual labels:  trading, dqn
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (+94.25%)
Mutual labels:  jupyter-notebook, deep-q-network
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (+91.95%)
Mutual labels:  jupyter-notebook, dqn
king-pong
Deep Reinforcement Learning Pong Agent, King Pong, he's the best
Stars: ✭ 23 (-73.56%)
Mutual labels:  dqn, deep-q-network
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+3190.8%)
Mutual labels:  dqn, deep-q-network
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-82.76%)
Mutual labels:  openai-gym, dqn
rl trading
No description or website provided.
Stars: ✭ 14 (-83.91%)
Mutual labels:  trading, openai-gym
TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
Stars: ✭ 160 (+83.91%)
Mutual labels:  openai-gym, dqn
gym-mtsim
A general-purpose, flexible, and easy-to-use simulator alongside an OpenAI Gym trading environment for MetaTrader 5 trading platform (Approved by OpenAI Gym)
Stars: ✭ 196 (+125.29%)
Mutual labels:  trading, openai-gym
Rad
RAD: Reinforcement Learning with Augmented Data
Stars: ✭ 268 (+208.05%)
Mutual labels:  jupyter-notebook, deep-q-network
reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms pretty simple.
Stars: ✭ 20 (-77.01%)
Mutual labels:  dqn, deep-q-network
Reinforcement Learning Kr
[파이썬과 케라스로 배우는 강화학습] 예제
Stars: ✭ 282 (+224.14%)
Mutual labels:  dqn, openai-gym
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (+167.82%)
Mutual labels:  dqn, deep-q-network
Atari
1-step Q Learning from the paper "Asynchronous Methods for Deep Reinforcement Learning"
Stars: ✭ 12 (-86.21%)
Mutual labels:  jupyter-notebook, deep-q-network
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+1005.75%)
Mutual labels:  jupyter-notebook, trading
Crypto Rl
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Stars: ✭ 328 (+277.01%)
Mutual labels:  trading, dqn
Mushroom Rl
Python library for Reinforcement Learning.
Stars: ✭ 442 (+408.05%)
Mutual labels:  dqn, openai-gym
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+5622.99%)
Mutual labels:  jupyter-notebook, trading
Deep Reinforcement Learning For Automated Stock Trading Ensemble Strategy Icaif 2020
Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. ICAIF 2020. Please star.
Stars: ✭ 518 (+495.4%)
Mutual labels:  jupyter-notebook, openai-gym
Reco Gym
Code for reco-gym: A Reinforcement Learning Environment for the problem of Product Recommendation in Online Advertising
Stars: ✭ 314 (+260.92%)
Mutual labels:  jupyter-notebook, openai-gym
Gdax Orderbook Ml
Application of machine learning to the Coinbase (GDAX) orderbook
Stars: ✭ 60 (-31.03%)
Mutual labels:  jupyter-notebook, trading
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+849.43%)
Mutual labels:  jupyter-notebook, openai-gym
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+7886.21%)
Mutual labels:  dqn, deep-q-network
Minecraft Reinforcement Learning
Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft
Stars: ✭ 33 (-62.07%)
Mutual labels:  jupyter-notebook, dqn
Deeprl Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Stars: ✭ 748 (+759.77%)
Mutual labels:  jupyter-notebook, deep-q-network
Tensorflow Rl
Implementations of deep RL papers and random experimentation
Stars: ✭ 176 (+102.3%)
Mutual labels:  dqn, openai-gym
Hands On Intelligent Agents With Openai Gym
Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
Stars: ✭ 189 (+117.24%)
Mutual labels:  dqn, openai-gym
Reinforcement Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Stars: ✭ 3,329 (+3726.44%)
Mutual labels:  jupyter-notebook, dqn
Sgx Full Orderbook Tick Data Trading Strategy
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
Stars: ✭ 733 (+742.53%)
Mutual labels:  jupyter-notebook, trading
Deep Q Learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Stars: ✭ 1,013 (+1064.37%)
Mutual labels:  dqn, deep-q-network
Rl Course Experiments
Stars: ✭ 73 (-16.09%)
Mutual labels:  jupyter-notebook, deep-q-network
1-60 of 6517 similar projects