doltonfernandes
Cognitive Science Undergraduate Researcher@IIIT-H | Exploring the field of RL and CV.
International Institute of Information Technology , HyderabadHyderabad , India
doltonfernandes's Stars
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
lucidrains/imagen-pytorch
Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch
google/latexify_py
A library to generate LaTeX expression from Python code.
mandliya/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
connorferster/handcalcs
Python library for converting Python calculations into rendered latex.
lucidrains/DALLE-pytorch
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
kenshohara/3D-ResNets-PyTorch
3D ResNets for Action Recognition (CVPR 2018)
google-deepmind/alphatensor
ml-jku/hopfield-layers
Hopfield Networks is All You Need
ikostrikov/pytorch-a3c
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
google-deepmind/scalable_agent
A TensorFlow implementation of Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures.
google-research/seed_rl
SEED RL: Scalable and Efficient Deep-RL with Accelerated Central Inference. Implements IMPALA and R2D2 algorithms in TF2 with SEED's architecture.
facebookresearch/torchbeast
A PyTorch Platform for Distributed RL
Farama-Foundation/Miniworld
Simple and easily configurable 3D FPS-game-like environments for reinforcement learning
kushalvyas/Python-Multiple-Image-Stitching
Implementation of multiple image stitching
MishaLaskin/curl
CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
dgriff777/rl_a3c_pytorch
A3C LSTM Atari with Pytorch plus A3G design
machenslab/dPCA
An implementation of demixed Principal Component Analysis (a supervised linear dimensionality reduction technique)
0x00009b/pkget
Install packages on any Debian based Linux distro without root or installing it on the entire system
nathtest/Tutorial-Ubuntu-18.04-Install-Nvidia-driver-and-CUDA-and-CUDNN-and-build-Tensorflow-for-gpu
Ubuntu 18.04 How to install Nvidia driver + CUDA + CUDNN + build tensorflow for gpu step by step command line
ml-jku/helm
aravindsrinivas/curl_rainbow
breadcake/python-Robust_Elastic_Warping
Python implementation of Parallax-Tolerant Image Stitching Based on Robust Elastic Warping.
tianjunz/NovelD
qihongl/dnd-lstm
A Python(PyTorch) implementation of memory augmented neural network based on Ritter et al. (2018). Been There, Done That: Meta-Learning with Episodic Recall. ICML.
google-deepmind/zipfian_environments
alantess/gtrxl-torch
Gated Transformer Model for Computer Vision
BKHMSI/Meta-RL-Harlow
PyTorch implementation of two variants of the Harlow visual fixation task (PsychLab and 1D version). Reproduces the results found in two papers. Check the ReadMe for more details!
Davarco/Contrastive-PPO
Contrastive pretraining for reinforcement learning.
pqhuy98/A3C
Async Advantage Actor Critic