zzzxxxttt / pytorch_simple_RLLinks
Simple pytorch implmentation of reinforcement learning algorithms
☆26Updated 6 years ago
Alternatives and similar repositories for pytorch_simple_RL
Users that are interested in pytorch_simple_RL are comparing it to the libraries listed below
Sorting:
- A PyTorch implementation of SSINet.☆16Updated 5 years ago
- Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient - 7th ICML AutoML workshop 2020☆33Updated 4 years ago
- Transfer Learning for Related Reinforcement Learning Tasks via Image-to-Image Translation☆50Updated 5 years ago
- Code for the paper Adaptive Auxiliary Task Weighting for Reinforcement Learning☆26Updated 5 years ago
- QuaRL is an open-source framework for systematically studying the effect of applying quantization to reinforcement learning algorithms.☆74Updated 2 years ago
- Code for our NeurIPS 2020 paper Improving Generalization in Reinforcement Learning with Mixture Regularization☆34Updated 5 years ago
- A new paper list for multi-agent reinforcement learning (actively maintained)☆24Updated 5 years ago
- Simple implementation of the model presented in Hierarchical Deep Reinforcement Learning: Integrating Temporal Abstraction and Intrinsic …☆18Updated 6 years ago
- A code implementation for our arXiv paper "Multi-agent Adhoc Team Play using Decompositional Q function"☆130Updated 2 years ago
- Code implementing the CORE-RL algorithm with DDPG, PPO, and TRPO. See the paper "Control Regularization for Reduced Variance Reinforcemen…☆32Updated 4 years ago
- This is an pytorch implementation of Distributed Proximal Policy Optimization(DPPO).