TheoLvs / reinforcement-learningLinks
Personal experiments on Reinforcement Learning
☆116Updated 4 years ago
Alternatives and similar repositories for reinforcement-learning
Users that are interested in reinforcement-learning are comparing it to the libraries listed below
Sorting:
- Combining Reinforcement Learning and Constraint Programming for Combinatorial Optimization☆194Updated 4 years ago
- Deep Q-learning (DQN) for Multi-agent Reinforcement Learning (RL)☆342Updated 5 years ago
- Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3☆99Updated 2 years ago
- Code for Dynamic Weights in Multi-Objective Deep Reinforcement Learning☆95Updated 2 years ago
- Codebase for Evolutionary Reinforcement Learning (ERL) from the paper "Evolution-Guided Policy Gradients in Reinforcement Learning" publi…☆234Updated 4 years ago
- An OpenAI Gym environment for Inventory Control problems☆55Updated 5 years ago
- multi-agent deep reinforcement learning for networked system control.☆417Updated 4 years ago
- Reinforcement learning for operation research problems with OpenAI Gym and CleanRL☆109Updated 2 years ago
- "Neural Combinatorial Optimization with Reinforcement Learning"[Bello+, 2016], Traveling Salesman Problem solver☆180Updated 3 years ago
- The code for maddpg using pytorch☆169Updated 4 years ago
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆119Updated 7 months ago
- ☆163Updated 5 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago
- An improvement-based Deep Reinforcement Learning Algorithm presented in paper https://arxiv.org/abs/1912.05784v2 for solving the TSP prob…☆96Updated 2 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆218Updated 6 years ago
- ☆184Updated 3 years ago
- Order Fulfillment by Multi-Agent Reinforcement Learning☆23Updated last year
- ☆108Updated 5 years ago
- pytorch neural combinatorial optimization☆384Updated 7 years ago
- The code for the SRDQN algorithm to train an agent for the beer game problem☆80Updated 2 years ago
- Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment☆117Updated 2 years ago
- Official implementation of "Graph Neural Network Reinforcement Learning for Autonomous Mobility-on-Demand☆78Updated 4 years ago
- A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm☆347Updated 4 years ago
- Distributed Multi-Agent Cooperation Algorithm based on MADDPG with prioritized batch data.