very easy implementation of dueling DQN in pytorch
☆74Dec 6, 2022Updated 3 years ago
Alternatives and similar repositories for dueling-DQN-pytorch
Users that are interested in dueling-DQN-pytorch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Mar 1, 2021Updated 5 years ago
- Reinforcement Learning Final Project☆13Dec 7, 2021Updated 4 years ago
- Deep Reinforcement Learning with DQN, Double DQN, Dueling DQN, Noisy Net (Noisy DQN), and DQN with Prioritized Experience Replay☆100Jun 28, 2020Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆122Dec 18, 2020Updated 5 years ago
- Upscale Twitch stream and restream into Twitch or RTMP or File.☆16Sep 16, 2023Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆563May 12, 2018Updated 7 years ago
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…☆694Dec 18, 2025Updated 4 months ago
- ☆18Oct 4, 2024Updated last year
- ♊ Minimal PyTorch Twin Delayed DDPG (TD3) implementation☆10Jun 20, 2021Updated 4 years ago
- Dueling DQN Pytorch☆14Dec 13, 2021Updated 4 years ago
- Deep Reinforcement Learning algorithms implemented in PyTorch☆49Jun 9, 2018Updated 7 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆361Feb 3, 2020Updated 6 years ago
- Actor-Critic and openAI clipped PPO in gym cartpole-v0 and pendulum-v0 environment