ZainBashir / Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input
I have targeted to solve the benchmark problem in Reinforcement learning literature using Deep Q-networks with images as the only input to the model. Keras was used to model the Convolutional neural network which predicts the best action to take in a given state
☆12Updated 5 years ago
Alternatives and similar repositories for Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input
Users that are interested in Solving-openAI-Gym-MountainCarProblem-using-DQN-with-Image-input are comparing it to the libraries listed below
Sorting:
- ☆11Updated 3 years ago
- The code and the trained model for A Deep Q-Network for Robotic Odor/Gas Source Localization: Modeling, Measurement and Comparative Study☆7Updated last year
- Using N-step dueling DDQN with PER for playing Pacman game☆22Updated 5 years ago
- Use deep Q network to solve maze problem generated randomly, i.e. find the shortest path in a maze☆8Updated 2 years ago
- 通过python3.6编程,利用DQN算法实现机器学习避开障碍走到迷宫终点。(Through python3.6 programming, I use DQN algorithm to achieve machine learning and avoid obstacles…☆10Updated 7 years ago
- Adaptation of DQN, DDQN and COMA for multi-agent Gym environments☆12Updated last year
- Deep Q-Network (DQN) and DDPG to address the problem of stall around the wing sail of an autonomous sailing robot☆11Updated 6 years ago
- A simple and fast 2D RL environment with obstacles to learn navigation.☆21Updated 5 years ago
- Deep Q Network for Multi-agent RL☆15Updated 4 years ago
- DQN related algorithms☆10Updated 2 years ago
- Autonomous visual navigation using the depth images☆11Updated 5 years ago
- Multi-agent Reinforcement Learning Algorithms(COMA, VDN, QMIX)☆15Updated 4 years ago
- Dueling Double Deep Q Network with Prioritized Experience Replay Memory☆10Updated 2 years ago
- A novel DDPG method with prioritized experience replay (IEEE SMC 2017)☆50Updated 6 years ago
- 车杆倒立摆DQN简单实现☆12Updated last year
- CAM ,DRL, Gated ,Multi-Attention☆9Updated 3 years ago
- Implementation of Deep Deterministic Policy Gradient (DDPG) with Prioritized Experience Replay (PER)☆51Updated 2 months ago
- Multi Agent adaptation of Soft Actor Critic Reinforcement Learning Algorithm☆19Updated 6 years ago
- I used this paper as inspiration https://arxiv.org/pdf/1904.03367.pdf☆34Updated 2 years ago
- coach的rl练习,主要有q_learning,sarsa,REINFORCE,DQN,Actor-Critic,DDPG,使用tensorflow2.0编写☆9Updated 4 years ago
- This is a reinforcement learning algorithm library. The code takes into account both performance and simplicity, with little dependence.☆100Updated 2 years ago
- Project on multi agent reinforcement learning applied on patrolling agents☆39Updated 5 years ago
- Jupyter notebook containing a solution to Sutton and Barto's gridworld problem with both a random agent and a Q-learning agent.☆32Updated 7 years ago
- The implementation of LSTM-TD3.☆79Updated 2 years ago
- ReinforcementLearning Learn Play Atari Using DDPG and LSTM.☆20Updated 7 years ago
- Pytorch Implement DRL algorithms (A2C, DDPG, PPO, TD3, SAC) for continuous action space control tasks.☆19Updated 5 years ago
- 学习DRL CNN -> DQN -> LSTM☆13Updated 6 years ago
- meta-MADDPG (Python implementation)☆18Updated 6 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆89Updated last year
- Contains implementations of various deep RL algorithms and papers including action conditional video prediction | Python | Tensorflow | O…☆7Updated 7 years ago