lmzintgraf's Stars
awesomedata/awesome-public-datasets
A topic-centric list of HQ open datasets.
zhangqianhui/AdversarialNetsPapers
Awesome paper list with code about generative adversarial nets
niderhoff/nlp-datasets
Alphabetical list of free/public domain datasets with text data for use in Natural Language Processing (NLP)
google-research/arxiv-latex-cleaner
arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
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).
projectmesa/mesa
Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
junhyukoh/deep-reinforcement-learning-papers
A list of recent papers regarding deep reinforcement learning
Farama-Foundation/Metaworld
Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning
tristandeleu/pytorch-maml-rl
Reinforcement Learning with Model-Agnostic Meta-Learning in Pytorch
ikostrikov/jaxrl
JAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.
DanielTakeshi/Paper_Notes
This will contain my notes for research papers that I read.
shariqiqbal2810/maddpg-pytorch
PyTorch Implementation of MADDPG (Lowe et. al. 2017)
katerakelly/oyster
Implementation of Efficient Off-policy Meta-learning via Probabilistic Context Variables (PEARL)
facebookarchive/models
A repository for storing pre-trained Caffe2 models.
yaoyao-liu/mini-imagenet-tools
Tools for generating mini-ImageNet dataset and processing batches
tristandeleu/ntm-one-shot
One-shot Learning with Memory-Augmented Neural Networks
awjuliani/Meta-RL
Implementation of Meta-RL A3C algorithm
y0ast/Glow-PyTorch
Simple, extendable, easy to understand Glow implementation in PyTorch
marcellodebernardi/loss-landscapes
Approximating neural network loss landscapes in low-dimensional parameter subspaces for PyTorch
y0ast/deterministic-uncertainty-quantification
Code for "Uncertainty Estimation Using a Single Deep Deterministic Neural Network"
upul/Behavioral-Cloning
Third Project of the Udacity Self-Driving Car Nanodegree Program
jxhe/vae-lagging-encoder
PyTorch implementation of "Lagging Inference Networks and Posterior Collapse in Variational Autoencoders" (ICLR 2019)
maximilianigl/DVRL
Deep Variational Reinforcement Learning
avisingh599/imitation-dagger
[Reimplementation Ross et al 2011] An implementation of DAGGER using ConvNets for driving from pixels.
yobibyte/atarigrandchallenge
Code for 'The Grand Atari Challenge dataset' paper
yfletberliac/adversarially-guided-actor-critic
AGAC: Adversarially Guided Actor-Critic
psrikanthm/categorical-vae
Implement Categorical Variational autoencoder using Pytorch
maximilianigl/rl-iter
Repository for Iterated Relearning: The Impact of Non-stationarity on Generalisation in Deep Reinforcement Learning