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:
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆368Updated 3 years ago
- Online Decision Transformer☆266Updated last year
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆180Updated 2 years ago
- ☆280Updated 3 years ago
- Code for conservative Q-learning☆452Updated 3 years ago
- Code for the paper "Offline Reinforcement Learning as One Big Sequence Modeling Problem"☆511Updated 2 years ago
- An elegant PyTorch offline reinforcement learning library for researchers.☆354Updated last month
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆140Updated last year
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆186Updated last year
- Deep Transformer Q-Networks for Partially Observable Reinforcement Learning☆165Updated last year
- A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartP…☆115Updated last year
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆327Updated last year
- A collection of offline reinforcement learning algorithms.☆195Updated 9 months ago
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆207Updated 11 months ago
- Level-based Foraging (LBF): A multi-agent environment for RL☆188Updated 11 months ago
- ☆112Updated 2 years ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆357Updated 2 years ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆179Updated 3 years ago
- PyTorch implementation of Soft Actor-Critic (SAC)☆556Updated 3 years ago
- Prioritized Experience Replay implementation with proportional prioritization☆83Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆308Updated last year
- PyTorch implementation of GAIL and AIRL based on PPO.☆223Updated 4 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆183Updated last year
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016