alirezakazemipour / DIAYN-PyTorchLinks
Diversity is All You Need: Learning Skills without a Reward Function in PyTorch.
☆78Updated 2 years ago
Alternatives and similar repositories for DIAYN-PyTorch
Users that are interested in DIAYN-PyTorch are comparing it to the libraries listed below
Sorting:
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆173Updated last year
- Author's PyTorch implementation of TD7 for online and offline RL☆153Updated 2 years ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆180Updated 3 years ago
- A PyTorch implementation of Implicit Q-Learning☆91Updated 4 years ago
- Official codebase for "B-Pref: Benchmarking Preference-BasedReinforcement Learning" contains scripts to reproduce experiments.☆131Updated 4 years ago
- ☆57Updated 2 years ago
- Official code for "RAMBO: Robust Adversarial Model-Based Offline RL", NeurIPS 2022☆30Updated 2 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆139Updated last year
- An open-source framework to benchmark and assess safety specifications of Reinforcement Learning problems.☆68Updated 2 years ago
- Official implementation of the paper `Augmenting GAIL with BC for sample efficient imitation learning` in PyTorch☆34Updated 4 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆112Updated 4 years ago
- This repo relates to the survey paper <Goal-Conditioned Reinforcement Learning: Problems and Solutions>. We collects widely used benchmar…☆144Updated 2 years ago
- Simple maze environments using mujoco-py☆56Updated last year
- ☆203Updated 2 years ago
- Representation Learning for RL☆128Updated 2 years ago
- Pytorch version of Dreamer, which follows the original TF v2 codes.☆132Updated 3 years ago
- Conservative Q Learning on top of SAC☆132Updated 3 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…