davide97l / rl-traingeneratorLinks
Automatic code generator for training Reinforcement Learning policies
☆11Updated 4 years ago
Alternatives and similar repositories for rl-traingenerator
Users that are interested in rl-traingenerator are comparing it to the libraries listed below
Sorting:
- General Python implementation of Monte Carlo Tree Search for the use with Open AI Gym environments.☆40Updated 4 years ago
- Running RL algorithms on the fish/shark aquarium environment to find unexpected biological insights.☆10Updated 3 years ago
- Modified CartPole-v0 OpenAI Gym environment with various noisy cases and Reinforcement Learning based controller☆9Updated 7 years ago
- Proximal Policy Optimization (Continuous Version) in PyTorch.☆29Updated 2 months ago
- Deep Reinforcement Learning Framework done with PyTorch☆37Updated 4 months ago
- Improving upon state of the art cooperative deep reinforcement learning in StarCraft II☆13Updated 6 years ago
- PyTorch implementation of the Munchausen Reinforcement Learning Algorithms M-DQN and M-IQN☆45Updated 4 years ago
- Decentralized Reinforcment Learning: Global Decision-Making via Local Economic Transactions (ICML 2020)☆43Updated 2 years ago
- Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient - 7th ICML AutoML workshop 2020☆32Updated 4 years ago
- implementation of distributed reinforcement learning with distributed tensorflow☆57Updated 4 years ago
- Experiment code for testing effect of various action space transformations in reinforcement learning☆30Updated 5 years ago
- This project visualizes the knowledge of an agent trained by Deep Reinforcement Learning (paper will be published) using Backpropagation,…☆18Updated 5 years ago
- Bayesian Inverse Reinforcement Learning with simple environments☆20Updated 3 years ago
- PyTorch implementation of D4PG with the SOTA IQN Critic instead of C51. Implementation includes also the extensions Munchausen RL and D2R…☆23Updated 4 years ago
- Proximal policy optimization in PyTorch. Easy to read and understand.☆50Updated 4 years ago
- Implementation for paper "A Consciousness-Inspired Planning Agent for Model-Based Reinforcement Learning".☆59Updated 10 months ago
- POMDP wrappers for OpenAI Gym☆15Updated 5 years ago
- Recurrent continuous reinforcement learning algorithms implemented in Pytorch.☆51Updated 4 years ago
- 📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️☆54Updated last year
- RL environment replicating the werewolf game to study emergent communication☆20Updated 2 years ago
- Attention-based Curiosity-driven Exploration in Deep Reinforcement Learning☆27Updated 5 years ago
- Official implementation of the algorithmic approach presented in the research paper entitled "Risk-Sensitive Policy with Distributional R…