reinforcement learning
Projects with this topic
-
The VGC AI Framework aims to emulate the Esports scenario of human video game championships of Pokémon with AI agents, including the game balance aspect.
Updated -
Lifelong learning is a complex topic in machine learning, whether in combination with reinforce- ment learning or other learning methods. There are different approaches for this and one of them are hypernetworks. Hypernetworks have the advantage of having a very large ability to preserve past memories. Recent work attempts to demonstrate the learning ability of multiple tasks with a hypernetwork such as in the combination of reinforcement learning.
Updated -
Project for the 2024 Multi-agent Reinforcement Learning course, at the University of Groningen. Contains PPO-based CTDE and CTCE methods that work really well.
Updated -
This project adopts Reinforcement Learning to solve a variant of the stochastic VRP, where customers are highly variable, demands are stochastic, and vehicles have a duration limit.
Updated -
PhD work by Jonathan Brady on utilizing reinforcement learning to grow implicit primitives towards attractor points.
Updated -
The code in this repository is used for the research on multi-agent reinforcement learning for power grids of Erica van der Sar. The results in the paper "Multi-Agent Reinforcement Learning for Power Grid Topology Optimization" (https://doi.org/10.48550/arXiv.2310.02605) are produced using this code base.
Updated -
Code and model data for article X (Hautaoja, Kujala and Grahn, 2024. Investigating the Situational Dynamics of Visual Information Sampling in Lateral Vehicle Control: Modeling Driver Sensitivity and Adaptation as Computational Rationality. Journal of Safety Research.
Updated -
A game where we gonna train an IA with the Q-Learning to be able to play on the famous "Flappy Bird" game.
Updated -
Program analysis-based optimization in differentiable simulators.
Updated -
An RL framework for multiplayer dynamic difficulty adjustment.
Updated -
The Simple Pokémon Environment is an AI environment complient with gym that allows for training Reinforcement Learning agents in a simplified version of Pokémon Battles.
Updated -
Stage de fin d'étude sur le développement d'un modèle d'apprentissage par renforcement multi-objectifs pour répondre à des problèmes éthiques.
Encadrants : Aurélie Beynier, Nicolas Maudet, Paolo Viappiani Date : Mars - Septembre 2022
Updated -
Example of CartPole task solution with random search, noise hill-climbing, Q-net training and policy gradient approaches.
Use play_result.py to visualize result.
Updated -
Solution of Cliff Walking problem with different variants of Q-learning and SARSA algorithms.
Updated -
Simple example of FrozenLake task solution with value/strategy iteration, Monte-Carlo methods and with genetic algorithm.
Updated -
Source Code for Gabler et al. "Bayesian Optimization with Unknown Constraints in Graphical Skill-Models for Compliant Manipulation Tasks Using an Industrial Robot", Frontiers in Robotics and AI, 2022
Updated -
This project provides optimal control and reinforcement learning implementations to optimize vaccination and testing resource allocation problems on networks.
Updated -
Python project for my master's thesis.
Updated -
RL-driven Interactive Recommender based on SocioEmotional Behavioural Models
Updated -