A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
☆123Feb 21, 2024Updated 2 years ago
Alternatives and similar repositories for deep_rl_zoo
Users that are interested in deep_rl_zoo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Simple Distributed Reinforcement Learning Framework(シンプルな分散強化学習フレームワーク)☆59Apr 25, 2026Updated 2 weeks ago
- PyTorch implementation of Never Give Up: Learning Directed Exploration Strategies☆59Jan 22, 2021Updated 5 years ago
- Exploration by Random Network Distillation☆15Dec 30, 2018Updated 7 years ago
- DEIR: Efficient and Robust Exploration through Discriminative-Model-Based Episodic Intrinsic Rewards☆26May 6, 2024Updated 2 years ago
- More efficient exploration for reinforcement learning in two-player, zero-sum game☆21Jul 30, 2024Updated last year
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- PyTorch implementation of FQF, IQN and QR-DQN.☆191Jul 25, 2024Updated last year
- ☆40Nov 23, 2021Updated 4 years ago
- Code implementation of: "Graying the black box: Understanding DQNs"☆20Feb 23, 2017Updated 9 years ago
- Official repo for our AAAI'21 paper, https://arxiv.org/abs/2007.12354☆30Jul 14, 2021Updated 4 years ago
- DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (…☆497Apr 6, 2024Updated 2 years ago
- Adding Dreamer-v3's implementation tricks to CleanRL's PPO☆14May 19, 2023Updated 2 years ago
- Reinforcement learning framework for spiking neural network actors with R-STDP for the master's thesis "Training Spiking Neural Networks …☆21May 26, 2022Updated 3 years ago
- [NeurIPS 2022] Open source code for reusing prior computational work in RL.☆99Jul 5, 2023Updated 2 years ago
- ☆19Nov 25, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- RLtime is a reinforcement learning library focused on state-of-the-art q-learning algorithms and features☆142Sep 23, 2019Updated 6 years ago
- A number of agents (PPO, MuZero) with a Perceiver-based NN architecture that can be trained to achieve goals in nethack/minihack environm…☆43Sep 19, 2022Updated 3 years ago
- Code to reproduce the Arena environment experiments from Direct Behavior Specification via Constrained Reinforcement Learning.☆22Sep 10, 2022Updated 3 years ago
- The state-of-art deep rl algorithms for Montezuma's revenge☆28Oct 28, 2018Updated 7 years ago
- The implement of the policy gradient RL algorithm with pytorch