Q-Learning-Algorithm-Implementation-in-MATLAB
Q learning agent
An implementation of the Q-Learning algorithm in MATLAB for training agents to navigate mazes
A simple and short implementation of the Q-Learning Reinforcement Algorithm in Matlab
43 stars
7 watching
14 forks
Language: Matlab
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kunqian2025/reinforcement-learning | A collection of implementations of reinforcement learning algorithms in MATLAB | 60 |
rishirdua/machine-learning-matlab | Matlab implementation of machine learning algorithms | 59 |
tambetm/matlab2048 | An implementation of 2048 game using deep Q-learning in Matlab | 38 |
matlab-deep-learning/reinforcement_learning_financial_trading | This project demonstrates a reinforcement learning approach to developing a financial trading model in MATLAB. | 154 |
catohaste/pomdp | An implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task | 52 |
ucaiado/qlearning_trading | An adaptive learning model to trade a single stock using reinforcement learning | 498 |
matlab-deep-learning/rl-agent-based-traffic-control | Develops an agent-based traffic management system using reinforcement learning to optimize traffic signal control | 47 |
ahq1993/perceivable-human-robot-interaction-using-neural-attention-q-networks | An implementation of a deep reinforcement learning algorithm to teach a robot to interact with humans in a socially acceptable manner. | 4 |
hubfire/muti-branch-ddpg-carla | An implementation of a reinforcement learning algorithm using multi-branch architecture and Deep Deterministic Policy Gradients (DDPG) to control autonomous vehicles in simulation environments. | 79 |
ahq1993/multimodal-deep-q-network-for-social-human-robot-interaction | A deep reinforcement learning system designed to enable robots to acquire social interaction skills through multimodal interactions with humans. | 14 |
minqi/learning-to-communicate-pytorch | This project implements a PyTorch-based framework for learning discrete communication protocols in multi-agent reinforcement learning environments. | 346 |
xuuyann/robotlearningcode | MATLAB code for implementing robot learning algorithms | 92 |
atsushisakai/matlabrobotics | MATLAB implementations of algorithms and techniques for mobile robot navigation, including localization, mapping, path planning, and SLAM. | 606 |
carla-simulator/reinforcement-learning | An implementation of an actor-critic reinforcement learning algorithm in Python. | 243 |
google-deepmind/meltingpot | Assesses generalization of multi-agent reinforcement learning algorithms to novel social situations | 620 |