lunarlander
There are 9 repositories under lunarlander topic.
Rafael1s/Deep-Reinforcement-Learning-Algorithms
32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
pythonlessons/Reinforcement_Learning
Reinforcement learning tutorials
soumik12345/DDPG
Pytorch implementation of the Deep Deterministic Policy Gradients for Continuous Control
fschur/Advantage-Actor-Critic-for-OpenAi-gym
Implementation of Advantage-Actor-Critic for gym environments
heydarimo/DQN-vs-DDQN-LunarLander-Environment
In this Repository, we intend to implement the DQN and also the DDQN algorithm in case of training an agent to solve the Lunar-Lander problem. there are lots of exciting results after training which have been attached.
poteminr/LunarLander-v2.0_solution
Best solution on OpenAI Leaderboard(for Nov 2019)
ranzuh/dqn
Reinforcement learning with DQN algorithm on LunarLander
airaria/ReinforcementLearningAlgorithms
Implementation of some reinforcement learning algorithms