nikhilbarhate99 / min-decision-transformerLinks
Minimal implementation of Decision Transformer: Reinforcement Learning via Sequence Modeling in PyTorch for mujoco control tasks in OpenAI gym
☆278Updated 3 years ago
Alternatives and similar repositories for min-decision-transformer
Users that are interested in min-decision-transformer are comparing it to the libraries listed below
Sorting:
- Online Decision Transformer☆263Updated last year
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆180Updated 2 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆366Updated 3 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆136Updated last year
- Code for the paper "Offline Reinforcement Learning as One Big Sequence Modeling Problem"☆510Updated 2 years ago
- ☆279Updated 3 years ago
- Code for conservative Q-learning☆450Updated 3 years ago
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆115Updated last year
- An elegant PyTorch offline reinforcement learning library for researchers.☆352Updated 3 weeks ago
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆183Updated last year
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆207Updated 10 months ago
- Deep Transformer Q-Networks for Partially Observable Reinforcement Learning☆165Updated last year
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆329Updated 11 months ago
- ☆112Updated 2 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆222Updated 4 years ago
- A collection of offline reinforcement learning algorithms.☆191Updated 8 months ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆182Updated last year
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆130Updated last year
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆175Updated 3 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆357Updated 2 years ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆187Updated 10 months ago
- PyTorch implementation of DreamerV2 model-based RL algorithm☆223Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆307Updated last year
- Prioritized Experience Replay implementation with proportional prioritization