Pinned Repositories
a3c_continuous
A continuous action space version of A3C LSTM in pytorch plus A3G design
ACER
Actor-critic with experience replay
awesome-courses
:books: List of awesome university courses for learning Computer Science!
baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
gym
A toolkit for developing and comparing reinforcement learning algorithms.
handwrittendigit-recognition
Hand written digit recognition with SVM, Decision Tree and Random Forests
keras
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
random-user-x's Repositories
random-user-x/a3c_continuous
A continuous action space version of A3C LSTM in pytorch plus A3G design
random-user-x/ACER
Actor-critic with experience replay
random-user-x/awesome-courses
:books: List of awesome university courses for learning Computer Science!
random-user-x/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
random-user-x/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
random-user-x/deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
random-user-x/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
random-user-x/gym
A toolkit for developing and comparing reinforcement learning algorithms.
random-user-x/handwrittendigit-recognition
Hand written digit recognition with SVM, Decision Tree and Random Forests
random-user-x/keras
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on Theano or TensorFlow.
random-user-x/keras-rl
Deep Reinforcement Learning for Keras.
random-user-x/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).
random-user-x/PlaNet
Deep Planning Network: Control from pixels by latent planning with learned dynamics
random-user-x/py-umls
Basic Python 3 tools to interact with UMLS lexica
random-user-x/pytorch-a2c-ppo-acktr
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO) and Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR).
random-user-x/pytorch-ddpg
Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
random-user-x/rl_trading
An environment to high-frequency trading agents under reinforcement learning