LinghengMeng / LSTM-TD3Links
The implementation of LSTM-TD3.
☆81Updated 2 years ago
Alternatives and similar repositories for LSTM-TD3
Users that are interested in LSTM-TD3 are comparing it to the libraries listed below
Sorting:
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆51Updated 3 months ago
- ICML 2019 RL for Real Life Workshop: Recurrent MADDPG for Partially Observable and Limited Communication Settings☆48Updated 5 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆90Updated last year
- DSAC; Distributional Soft Actor-Critic☆126Updated 3 months ago
- Code for the paper "WCSAC: Worst-Case Soft Actor Critic for Safety-Constrained Reinforcement Learning"☆55Updated last year
- A simple and fast 2D RL environment with obstacles to learn navigation.☆21Updated 5 years ago
- Implementation of HIRO (Data-Efficient Hierarchical Reinforcement Learning)☆110Updated 4 years ago
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆173Updated last year
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆86Updated 4 years ago
- MARLToolkit: The Multi-Agent Rainforcement Learning Toolkit. Include implementation of MAPPO, MADDPG, QMIX, VDN, COMA, IPPO, QTRAN, MAT..…☆137Updated last year
- a clean and robust Pytorch implementation of SAC on continuous action space☆77Updated last month
- The official code releasement of publications in MARL field of TJU RL lab.☆79Updated 2 years ago
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆52Updated 3 years ago
- Implementation of PPO Lagrangian in PyTorch☆45Updated 2 years ago
- ☆96Updated 3 years ago
- Transplant a implementation of MADDPG to the environment provided by openAI (multiagent-particle-envs).☆19Updated 7 years ago
- 2D Gridworld navigation using RL with Hindsight Experience Replay☆44Updated 6 years ago
- Constrained Policy Optimization implementation on Safety Gym☆27Updated 3 years ago
- Multi-Robot Warehouse (RWARE): A multi-agent reinforcement learning environment☆65Updated 8 months ago
- Baseline implementation of recurrent PPO using truncated BPTT☆145Updated last year
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆100Updated 2 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆82Updated 6 months ago
- BipedalWalker & BipedalWalkerHardcore solved by SAC☆25Updated last year
- A clean and robust Pytorch implementation of TD3 on continuous action space☆29Updated 11 months ago
- Implementations of MAPPO and IPPO on SMAC, the multi-agent StarCraft environment.☆70Updated 3 years ago
- PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL…☆288Updated 4 years ago
- ☆74Updated last year
- 这是一个关于基于模型的强化学习的资料,包括一些代码地址、paper、slide等。