qingshi9974 / DQN-pytorch-Atari
Implement DQN and DDQN algorithm on Atari games,such as BreakoutNoFrameskip-v4, PongNoFrameskip-v4,BoxingNoFrameskip-v4.
☆15Updated 4 years ago
Alternatives and similar repositories for DQN-pytorch-Atari:
Users that are interested in DQN-pytorch-Atari are comparing it to the libraries listed below
- In this project, I explore some typical value-based and policy-based RL algorithms. I do experiments on DQN and its six variants and thei…☆11Updated 4 years ago
- Implement PPO algorithm on mujoco environment,such as Ant-v2, Humanoid-v2, Hopper-v2, Halfcheeth-v2.☆49Updated 4 years ago
- Play Atari(Breakout) Game by DRL - DQN, Noisy DQN and A3C☆12Updated 4 years ago
- DQN with pytorch with on Breakout and SpaceInvaders☆25Updated 5 years ago
- ILSwiss is an Easy-to-run Imitation Learning (IL, or Learning from Demonstration, LfD) and also Reinforcement Learning (RL) framework (te…☆162Updated last year
- Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch☆256Updated 4 years ago
- Simple Cartpole example writed with pytorch.☆167Updated 5 years ago
- PPO, DDPG, SAC implementation on mujoco environment☆95Updated 2 years ago
- ☆301Updated 2 years ago
- ☆119Updated 6 months ago
- Deep Q-Learning (DQN) implementation for Atari pong.☆77Updated 2 years ago
- ☆159Updated last year
- Actor Critic model to play Cartpole game☆52Updated 6 years ago
- Lightweight version of MAPPO to help you quickly migrate to your local environment.☆569Updated 3 weeks ago
- Simple A3C implementation with pytorch + multiprocessing☆624Updated last year
- Vanilla DQN, Double DQN, and Dueling DQN implemented in PyTorch☆466Updated 6 years ago
- ☆122Updated 3 years ago
- NeurIPS 2023: Safe Policy Optimization: A benchmark repository for safe reinforcement learning algorithms☆338Updated 10 months ago
- DQN to play Atari Pong☆112Updated 6 years ago
- Code for conservative Q-learning☆421Updated 3 years ago
- A plotter for reinforcement learning (RL)☆218Updated 3 years ago
- PyTorch implementation of soft actor critic☆848Updated 3 years ago
- Implementation of benchmark RL algorithms☆463Updated 2 years ago
- Adversarial attacks on Deep Reinforcement Learning (RL)☆83Updated 3 years ago
- A collection of offline reinforcement learning algorithms.☆165Updated 2 months ago
- Monitoring recent cross-research on LLM & RL on arXiv for control. If there are good papers, PRs are welcome.☆272Updated 4 months ago
- Actor-Critic and openAI clipped PPO in gym cartpole-v0 and pendulum-v0 environment☆24Updated 4 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆93Updated 3 years ago
- A clean and robust Pytorch implementation of PPO on continuous action space.☆128Updated 7 months ago
- Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.☆1,154Updated last year