FranciscoHu17 / BipedalWalkerLinks
Utilizes Q-learning, DQN, and TD3 reinforcement learning algorithms to teach BipedalWalker to walk
☆9Updated 4 years ago
Alternatives and similar repositories for BipedalWalker
Users that are interested in BipedalWalker are comparing it to the libraries listed below
Sorting:
- This is a repository of DQN and its variants implementation in PyTorch based on the original papar.☆13Updated 5 years ago
- Adaptation of DQN, DDQN and COMA for multi-agent Gym environments☆12Updated last year
- PyTorch Implementation of Hamilton-Jacobi DQN☆16Updated 4 years ago
- SARSA, Q-Learning, Expected SARSA, SARSA(λ) and Double Q-learning Implementation and Analysis☆29Updated 5 years ago
- The Easiest Pytorch Implementation of Branching-DQN☆11Updated 4 years ago
- This project explores a deep reinforcement learning technique to train an agent to play atari pong game from OpenAI Gym. OpenAI Gym is a …☆10Updated 7 years ago
- ☆39Updated 5 years ago
- ☆15Updated 4 years ago
- Collection of Deep Reinforcement Learning Algorithms implemented in PyTorch.☆77Updated 4 years ago
- Experiments to train transformer network to master reinforcement learning environments.☆32Updated 4 years ago
- Reinforcement learning algorithms A2C, A3C and DQN☆16Updated last year
- Codes accompanying the paper "A Convergent and Efficient Deep Q Network Algorithm"☆8Updated 3 years ago
- Transfer Learning in Reinforcement Learning using Stable-Baseline3 | Transfer Reinforcement Learning for Differing Action Spaces via Q-Ne…☆21Updated 3 years ago
- Deep Reinforcement Learning with Double Q-learning☆14Updated 4 years ago
- An implementation of Deep Q-Learning from Demonstrations (DQfD) for playing Atari 2600 video games☆29Updated 2 years ago
- Asynchronous implementation of DQN algorithm in PyTorch☆8Updated 5 years ago
- A PyTorch implementation of deep Q-learning for Atari games☆14Updated 6 years ago
- This is pytorch implmentation project of Bootsrapped DQN☆12Updated 4 years ago
- Apply major Reinforcement Learning algorithms (DQN,PPO,A2C) to CarRacing-v0 from GymAI environment.☆27Updated 3 years ago
- [TNNLS] PGDQN: A generalized and efficient preference-guided epsilon-greedy policy equipped DQN for Atari and Autonomous Driving☆11Updated last year
- OpenAI Gym environment solutions using Deep Reinforcement Learning.☆75Updated 3 years ago
- An attempt at recreating DeepMind's implementation of Deep Q Learning on Atari Breakout using PyTorch☆11Updated 5 years ago
- Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.☆69Updated last month
- Implementations for solutions to programming exercises of Reinforcement Learning: An Introduction, Second Edition (Sutton & Barto)☆33Updated 3 years ago
- Exploring algorithms in the domain of offline reinforcement learning (REM, Ensemble-DQN, DQN, ...)☆15Updated 5 years ago
- Assignments for CS294-112.☆30Updated 5 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆170Updated 8 months ago
- Implementation of Dueling Network Architectures for Deep Reinforcement Learning paper with Pytorch☆10Updated 4 years ago
- DQN examples codes in chapter 4☆43Updated 2 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago