wetliu / dqn_pytorch
DQN with pytorch with on Breakout and SpaceInvaders
☆25Updated 5 years ago
Alternatives and similar repositories for dqn_pytorch:
Users that are interested in dqn_pytorch are comparing it to the libraries listed below
- Implement PPO algorithm on mujoco environment,such as Ant-v2, Humanoid-v2, Hopper-v2, Halfcheeth-v2.☆49Updated 4 years ago
- ☆91Updated 4 years ago
- This is the official implementation of Multi-Agent PPO.☆102Updated 2 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆91Updated 6 years ago
- [NeurIPS 2021] CDS achieves remarkable success in challenging benchmarks SMAC and GRF by balancing sharing and diversity.☆84Updated last year
- Codes accompanying the paper "RODE: Learning Roles to Decompose Multi-Agent Tasks (ICLR 2021, https://arxiv.org/abs/2010.01523). RODE is …