Echo-GYX's Stars
theanh97/Deep-Reinforcement-Learning-with-Stock-Trading
This project uses Deep Reinforcement Learning (DRL) to develop and evaluate stock trading strategies. By implementing agents like PPO, A2C, DDPG, SAC, and TD3 in a realistic trading environment with transaction costs, it aims to optimize trading decisions based on return, volatility, and Sharpe ratio.
ThibautTheate/An-Application-of-Deep-Reinforcement-Learning-to-Algorithmic-Trading
Experimental code supporting the results presented in the scientific research paper entitled "An Application of Deep Reinforcement Learning to Algorithmic Trading"
abhinavkolli03/StockBot-Research
ARIMA-LSTM hybrid model testing on stock model prediction and DQN Learning Agent trial
Joeyipp/rl-stock-trading
Stock Trading with Reinforcement Learning (DQN & DDPG)
somsagar07/RL-stock-trading-
RL algorithm for stock trading with multiple reward functions
nandahkrishna/StockTrading
Stock Trading using Reinforcement Learning
DemaciaLarz/TDQN-in-keras
Applying the Trading Deep Q-Network algorithm (TDQN) on shares in the hydrogen sector.
MehranTaghian/DQN-Trading
A Deep Reinforcement Learning Framework for Stock Market Trading
evgps/a3c_trading
Trading with recurrent actor-critic reinforcement learning
conditionWang/DRQN_Stock_Trading
This is the code implementation of the paper "Financial Trading as a Game: A Deep Reinforcement Learning Approach".
thuml/Time-Series-Library
A Library for Advanced Deep Time Series Models.
HjzQAQ/FTGP23_Group5_05