Yuxing-Wang-THU / Surrogate-assisted-ERLLinks
A Surrogate-Assisted Controller for Expensive Evolutionary Reinforcement Learning
☆14Updated 2 years ago
Alternatives and similar repositories for Surrogate-assisted-ERL
Users that are interested in Surrogate-assisted-ERL are comparing it to the libraries listed below
Sorting:
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆54Updated 9 months ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆105Updated 3 years ago
- Average-Reward Reinforcement Learning with Trust Region Methods☆11Updated 3 years ago
- PyTorch implementation of Constrained Reinforcement Learning for Soft Actor Critic Algorithm☆58Updated 3 years ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆96Updated 4 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆97Updated last year
- Code for the RL method MATD3 described in the paper "Reducing Overestimation Bias in Multi-Agent Domains Using Double Centralized Critics…☆91Updated 5 years ago
- A clean and robust implementation of Prioritized DQN and Prioritized Double DQN☆24Updated last year
- Multi-Agent Constrained Policy Optimisation (MACPO; MAPPO-L).☆207Updated last year
- 预测-校正学习计算制导律☆12Updated 4 years ago
- a clean and robust Pytorch implementation of SAC on continuous action space☆90Updated 7 months ago
- Python code for implementation of the paper 'Reinforcement Learning-Based Adaptive PID Controller for DPS☆13Updated 5 years ago
- The implementation of LSTM-TD3.☆85Updated 2 years ago
- RLToolkit is a flexible and high-efficient reinforcement learning framework. Include implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG,…☆17Updated last year
- 这是一个关于基于模型的强化学习的资料,包括一些代码地址、paper、slide等。☆45Updated 5 years ago
- implementation of MADDPG using PyTorch and multiagent-particle-envs☆38Updated 3 years ago
- BipedalWalker & BipedalWalkerHardcore solved by SAC