Found 849 repositories(showing 30)
lucidrains
Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
ShangtongZhang
Modularized Implementation of Deep RL Algorithms in PyTorch
seungeunrho
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
higgsfield
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
Khrylx
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
Toni-SM
Modular Reinforcement Learning (RL) library (implemented in PyTorch, JAX, and NVIDIA Warp) with support for Gymnasium/Gym, NVIDIA Isaac Lab, MuJoCo Playground and other environments
tristandeleu
Reinforcement Learning with Model-Agnostic Meta-Learning in Pytorch
ai4co
A PyTorch library for all things Reinforcement Learning (RL) for Combinatorial Optimization (CO)
jingweiz
Deep Reinforcement Learning with pytorch & visdom
facebookresearch
A PyTorch Platform for Distributed RL
pemami4911
PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940
dgriff777
A3C LSTM Atari with Pytorch plus A3G design
Omegastick
PyTorch C++ Reinforcement Learning
conceptofmind
Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT.
navneet-nmk
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
vy007vikas
PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.
Skylark0924
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
SforAiDl
A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
sfujim
Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL
AmazingAng
Deep RL algorithm in pytorch
bentrevett
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL + D2RL and parallel Environments.
RajGhugare19
Pytorch implementation of Dreamer-v2: Visual Model Based RL Algorithm.
devendrachaplot
Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)
jurgisp
PyTorch implementation of DreamerV2 model-based RL algorithm
liuzuxin
🤖 Elegant implementations of offline safe RL algorithms in PyTorch
sungyubkim
A pytorch tutorial for DRL(Deep Reinforcement Learning)
YuvrajSingh-mist
Repository of implementations of classic and sota rl algorithms from scratch in PyTorch
jackaduma
A full pipeline to finetune Vicuna LLM with LoRA and RLHF on consumer hardware. Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the Vicuna architecture. Basically ChatGPT but with Vicuna
Kchu
Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.