Pinned Repositories
CALM
ProtoMotions
ActionRobustRL
Code accompanying the paper "Action Robust Reinforcement Learning and Applications in Continuous Control" https://arxiv.org/abs/1901.09184
ConservativePolicyGradient
Paper accompanying the IJCAI 2020 submission - Stabilizing Deep Reinforcement Learning with Conservative Updates
GAC
Code accompanying NeurIPS 2019 paper: "Distributional Policy Optimization - An Alternative Approach for Continuous Control"
H-DRLN
Hierarchical Deep RL Network
impala-laser-pytorch
An extension of the Impala TorchBeast framework from Facebook.
ML-Papers-TLDR
A summary of interesting Machine Learning (mostly Deep Learning) papers that I encounter.
Sparse-IL
Code accompanying the paper: Action Assembly: Sparse Imitation Learning for Text Based Games with Combinatorial Action Spaces
TD3-JAX
A JAX Implementation of the Twin Delayed DDPG Algorithm
tesslerc's Repositories
tesslerc/ActionRobustRL
Code accompanying the paper "Action Robust Reinforcement Learning and Applications in Continuous Control" https://arxiv.org/abs/1901.09184
tesslerc/TD3-JAX
A JAX Implementation of the Twin Delayed DDPG Algorithm
tesslerc/H-DRLN
Hierarchical Deep RL Network
tesslerc/ML-Papers-TLDR
A summary of interesting Machine Learning (mostly Deep Learning) papers that I encounter.
tesslerc/GAC
Code accompanying NeurIPS 2019 paper: "Distributional Policy Optimization - An Alternative Approach for Continuous Control"
tesslerc/Sparse-IL
Code accompanying the paper: Action Assembly: Sparse Imitation Learning for Text Based Games with Combinatorial Action Spaces
tesslerc/impala-laser-pytorch
An extension of the Impala TorchBeast framework from Facebook.
tesslerc/ConservativePolicyGradient
Paper accompanying the IJCAI 2020 submission - Stabilizing Deep Reinforcement Learning with Conservative Updates
tesslerc/malmo_rl
tesslerc/academic-kickstart
tesslerc/ensemble-bootstrapped-q-learning
Code accompanying the ICML paper "Ensemble Boostrapped Q Learning"
tesslerc/pytorch-advantage-weighted-regression
A PyTorch Implementation of AWR (github.com/xbpeng/awr)
tesslerc/tesslerc.github.io
tesslerc/AdaptiveRewards
Repository accompanying the ICML submission "Maximizing the Total Reward via Reward Tweaking"
tesslerc/DeepRL_MidTerm
Mid term HW assignment for Deep RL course
tesslerc/dqn_zoo
DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (DQN) agent.
tesslerc/radixdlt-scrypto
Build fast, reward everyone, and scale without friction.
tesslerc/Rainbow
Rainbow: Combining Improvements in Deep Reinforcement Learning
tesslerc/TD3
PyTorch implementation of TD3 and DDPG for OpenAI gym tasks
tesslerc/torchbeast
A PyTorch Platform for Distributed RL