YaoHanLin66's Stars
nvolfango/electricity_price_forecasting
This is the repository for the code, datasets, etc. created for my MSc dissertation on electricity price forecasting using time series methods and various statistical learning algorithms found in the current academic literature on electricity price forecasting, including random forests, AR, VAR, RNNs (LSTMs and GRUs), ANNs, and the more novel X-Model (Ziel and Steinert - https://www.sciencedirect.com/science/article/pii/S0140988316302080).
Morgan-Sell/caiso-price-forecast
Predicts the CAISO day-ahead market hourly prices using different forecasting methods including ARIMA and LSTM.
philtabor/Youtube-Code-Repository
Repository for most of the code from my YouTube channel
ourownstory/gym_ev_charging
hideonbushJ/IEOR_Tesla_final
johannesruetten/ChargingEnvironment
ChargingEnvironment is a Python library for training a deep reinforcement learning agent to maximize its profit in a decentralized electric vehicle smart charging process.
AminHP/gym-anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
notadamking/Stock-Trading-Environment
A custom OpenAI gym environment for simulating stock trades on historical price data.
ibergonzani/deep-q-learning
DQN, DDQN, Dueling DQN implementations in tensorflow
demomagic/Duel_DQN
reinforcement learning, tensorflow + openAI gym implementation of dueling DDQN, dueling DQN
cocolico14/N-step-Dueling-DDQN-PER-Pacman
Using N-step dueling DDQN with PER for playing Pacman game
sainijagjit/Carla-Simulaton-Dueling-DDQN
germain-hug/Deep-RL-Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
rishiraj/Deep-Q-Learning
ChuaCheowHuan/reinforcement_learning
My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.
fg91/Deep-Q-Learning
Tensorflow implementation of Deepminds dqn with double dueling networks
smellslikeml/ActionAI
Real-Time Spatio-Temporally Localized Activity Detection by Tracking Body Keypoints
anita-hu/TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
marload/DeepRL-TensorFlow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
EunSeop/cartpole-dqn-tf
Study reinforcement learning with Tensorflow2.0
halleanwoo/ReinforcementLearningCode
Codes for understanding Reinforcement Learning( updating... )
keon/deep-q-learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
sjchoi86/Tensorflow-101
TensorFlow Tutorials
guillaume-chevalier/LSTM-Human-Activity-Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
MorvanZhou/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
czy36mengfei/tensorflow2_tutorials_chinese
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
devsisters/DQN-tensorflow
Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning