mayankamedhe / Transformer-based-Deep-Reinforcement-Learning-for-Video-GamesLinks
☆32Updated 5 years ago
Alternatives and similar repositories for Transformer-based-Deep-Reinforcement-Learning-for-Video-Games
Users that are interested in Transformer-based-Deep-Reinforcement-Learning-for-Video-Games are comparing it to the libraries listed below
Sorting:
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆88Updated 2 years ago
- PyTorch implementation of our paper Reinforcement Learning with Random Delays (ICLR 2020)☆43Updated 3 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆105Updated 3 years ago
- PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.☆148Updated 3 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆144Updated 2 years ago
- Deep Reinforcement Learning Framework done with PyTorch☆38Updated 7 months ago
- Proximal Policy Optimization (Continuous Version) in PyTorch.☆29Updated 5 months ago
- PyTorch implementation of Soft Actor-Critic(SAC).☆105Updated 5 years ago
- Implementation of Trajectory Transformer with attention caching and batched beam search☆116Updated 2 years ago
- Adaptive Attention Span for Reinforcement Learning☆135Updated 5 years ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆181Updated 2 years ago
- Deep Reinforcement Learning by using Proximal Policy Optimization and Random Network Distillation in Tensorflow 2 and Pytorch with some e…☆53Updated 4 years ago
- Experiments to train transformer network to master reinforcement learning environments.☆32Updated 4 years ago
- Experiments with reinforcement learning and recurrent neural networks☆115Updated 2 years ago
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆193Updated last year
- An unofficial implementation for online decision transformer☆40Updated 3 years ago
- Official codebase for Redeeming Intrinsic Rewards via Constrained Policy Optimization☆83Updated 2 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- Transformers are Meta-Reinforcement Learners - International Conference on Machine Learning (ICML) 2022☆62Updated 2 years ago
- MARS is shortened for Multi-Agent Research Studio, a library for mulit-agent reinforcement learning research.☆49Updated last year
- Code for the paper "D2RL: Deep Dense Architectures for Reinforcement Learning"☆39Updated 4 years ago
- behavior cloning from observation☆36Updated 4 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆17Updated 3 years ago
- This repository contains the implementation for the paper - Exploration via Hierarchical Meta Reinforcement Learning.☆62Updated 6 years ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆52Updated 5 months ago
- Implementation of the Deep Deterministic Policy Gradient and Hindsight Experience Replay.