girishvjoshi / DQNLearnLinks
☆18Updated 8 years ago
Alternatives and similar repositories for DQNLearn
Users that are interested in DQNLearn are comparing it to the libraries listed below
Sorting:
- MATLAB implementation of DQN for a navigation environment☆14Updated 5 years ago
- Code for paper: Event-triggered deep reinforcement learning using parallel control: A case study in autonomous driving.☆32Updated 2 years ago
- A simple and short implementation of the Q-Learning Reinforcement Algorithm in Matlab☆48Updated 10 years ago
- the code implements a training algorithm for a tracking control system using dynamic programming and reinforcement learning. It uses neur…☆22Updated 2 years ago
- ☆11Updated 4 years ago
- Reinforcement based gain calculation for a tracking LQR using actor-critic method☆23Updated 4 years ago
- Comparing the performance of a DDPG Reinforcement learning model to control temperature with that of a PID and a thermostat controller.☆57Updated 2 years ago
- Implementation of Single-Agent and Multi-Agent Reinforcement Learning Algorithms. MATLAB.☆71Updated 7 years ago
- 通过python3.6编程,利用DQN算法实现机器学习避开障碍走到迷宫终点。(Through python3.6 programming, I use DQN algorithm to achieve machine learning and avoid obstacles…