xtma
Ph.D. of Tsinghua University. Interested in Reinforcement Learning and Agent.
Tsinghua University
xtma's Stars
Kostis-S-Z/trading-rl
Deep Reinforcement Learning for Financial Trading using Price Trailing @ ICASSP 2019
montrealrobotics/domain-randomizer
A standalone library to randomize various OpenAI Gym Environments
AminHP/gym-anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
thu-ml/tianshou
An elegant PyTorch deep reinforcement learning library.
simonjisu/pytorch_tutorials
some tutorials for blog: simonjisu.github.io
xtma/dsac
Distributional Soft Actor Critic
sfujim/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks
astooke/rlpyt
Reinforcement Learning in PyTorch
Farama-Foundation/HighwayEnv
A minimalist environment for decision-making in autonomous driving
rmst/rtrl
PyTorch implementation of our paper Real-Time Reinforcement Learning (NeurIPS 2019)
rail-berkeley/rlkit
Collection of reinforcement learning algorithms
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
ZhengyaoJiang/PGPortfolio
PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
notadamking/RLTrader
A cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
MRYingLEE/Portfolio_GYM
This is an OPENAI gym reinforcement learning environment for investing. There are portfolio performance and risk metrics functions built in. These functions can be used to evaluate your algorithm and also in reward engineering.
wassname/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)
mingzhangPHD/Transfer-Learning-for-Fault-Diagnosis
This repository is for the transfer learning or domain adaptive with fault diagnosis.
mingzhangPHD/RL-trip-pytorch
This repository is a reinforcement learning trip for all gym environments, mainly including Classic control, Box2D and Mujoco. I try to find the good result in all examples. The algorithm is implemented by pytorch.
gbeced/pyalgotrade
Python Algorithmic Trading Library
Yam-cn/pyalgotrade-cn
pyalgotrade tailored for Chinese stock market
thedimlebowski/Trading-Gym
Trading Gym is an open source project for the development of reinforcement learning algorithms in the context of trading.
hackthemarket/gym-trading
Environment for reinforcement-learning algorithmic trading models
ikostrikov/pytorch-trpo
PyTorch implementation of Trust Region Policy Optimization
xtma/vimrc
The ultimate Vim configuration: vimrc
xtma/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
xtma/ray-maddpg
MADDPG implementation with Ray
Yvictor/TradingGym
Trading and Backtesting environment for training reinforcement learning agent or simple rule base algo.
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
openai/random-network-distillation
Code for the paper "Exploration by Random Network Distillation"
openai/large-scale-curiosity
Code for the paper "Large-Scale Study of Curiosity-Driven Learning"