pinghsieh's Stars
EmbersArc/gym-rocketlander
A SpaceX Rocket Lander environment for OpenAI gym using Box2D
sinannasir/Power-Control-asilomar
Asilomar 2020 code for Deep Actor-Critic Learning for Distributed Power Control in Wireless Mobile Networks
avisingh599/imitation-dagger
[Reimplementation Ross et al 2011] An implementation of DAGGER using ConvNets for driving from pixels.
EmilienDupont/neural-processes
Pytorch implementation of Neural Processes for functions and images :fireworks:
ns3-plc-module/plc
An ns-3 module for simulations of power line communication networks
qfettes/DeepRL-Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
IBM/ushiriki-policy-engine-library
User facing library for accessing the Ushiriki Policy Engine webservice API
ShangtongZhang/DeepRL
Modularized Implementation of Deep RL Algorithms in PyTorch
tkn-tub/ns3-gym
ns3-gym - The Playground for Reinforcement Learning in Networking Research
yrlu/reinforcement_learning
Implementation of selected reinforcement learning algorithms in Tensorflow. A3C, DDPG, REINFORCE, DQN, etc.
yukezhu/tensorflow-reinforce
Implementations of Reinforcement Learning Models in Tensorflow
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
ghliu/pytorch-ddpg
Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
david-abel/simple_rl
A simple framework for experimenting with Reinforcement Learning in Python.
higgsfield/RL-Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
Silvicek/distributional-dqn
Implementation of 'A Distributional Perspective on Reinforcement Learning' and 'Distributional Reinforcement Learning with Quantile Regression' based on OpenAi DQN baselines.
iosband/psrl_2013
josejimenezluna/pyGPGO
Bayesian optimization for Python
hill-a/stable-baselines
A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
sfujim/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
pemami4911/deep-rl
Collection of Deep Reinforcement Learning algorithms
google-deepmind/neural-processes
This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CNPs), Neural Processes (NPs), Attentive Neural Processes (ANPs).
HIPS/Spearmint
Spearmint Bayesian optimization codebase
pmorenoz/HetMOGP
Heterogeneous Multi-output Gaussian Processes
econtal/gp-optimization-matlab
MATLAB implementation of my Bayesian Optimization algorithms
ikostrikov/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).
brendanator/atari-rl
Atari - Deep Reinforcement Learning algorithms in TensorFlow
google-deepmind/scalable_agent
A TensorFlow implementation of Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures.
vkurenkov/hierarchical-skill-acquisition
Implementation of the Hierarchical and Interpretable Skill Acquisition in Multi-task Reinforcement Learning by Tianmin Shu, Caiming Xiong, and Richard Socher