3,652 skills found · Page 8 of 122
yrlu / Irl ImitationImplementation of Inverse Reinforcement Learning (IRL) algorithms in Python/Tensorflow. Deep MaxEnt, MaxEnt, LPIRL
kristjankorjus / Replicating DeepMindReproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind
revenol / DROODeep Reinforcement Learning for Online Computation Offloading in Wireless Powered Mobile-Edge Computing Networks
NVlabs / GA3CHybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.
cpnota / Autonomous Learning LibraryA PyTorch library for building deep reinforcement learning agents.
JuliaReinforcementLearning / ReinforcementLearning.jlA reinforcement learning package for Julia
tensorlayer / RLzooA Comprehensive Reinforcement Learning Zoo for Simple Usage 🚀
alexfrom0815 / Online 3D BPP DRLThis repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
ghliu / Pytorch DdpgImplementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
memoakten / AI ResourcesSelection of resources to learn Artificial Intelligence / Machine Learning / Statistical Inference / Deep Learning / Reinforcement Learning
mpatacchiola / Dissecting Reinforcement LearningPython code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
cjy1992 / Gym CarlaAn OpenAI gym wrapper for CARLA simulator
rlresearch / Dr TuluOfficial repository for DR Tulu: Reinforcement Learning with Evolving Rubrics for Deep Research
ChenglongChen / Pytorch DRLPyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
archsyscall / DeepRL TensorFlow2🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
cbfinn / GpsGuided Policy Search
MishaLaskin / CurlCURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
denisyarats / Pytorch SacPyTorch implementation of Soft Actor-Critic (SAC)
miyosuda / Async Deep ReinforceAsynchronous Methods for Deep Reinforcement Learning
floodsung / DRL FlappyBirdPlaying Flappy Bird Using Deep Reinforcement Learning (Based on Deep Q Learning DQN using Tensorflow)