Topic: "lunarlander-v2"
DanielPalaio/LunarLander-v2_DeepRL
OpenAI LunarLander-v2 DeepRL-based solutions (DQN, DuelingDQN, D3QN)
Language: Python - Size: 1.75 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 21 - Forks: 5

Itomigna2/Muesli-lunarlander
Muesli RL algorithm implementation (PyTorch) (LunarLander-v2)
Language: Jupyter Notebook - Size: 225 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 3

lazavgeridis/LunarLander-v2
Implementation of reinforcement learning algorithms for the OpenAI Gym environment LunarLander-v2
Language: Python - Size: 18.2 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 3

abhinand5/lunar-lander-deep-rl
Solving OpenAI Gym's Lunar Lander environment using Deep Reinforcement Learning
Language: Python - Size: 16.6 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 3

ShivankYadav/LunarLander-using-DQN
We apply DQN algorithm to make and artificial agent learn how to land space-craft on moon.
Language: Jupyter Notebook - Size: 13.4 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 1

MikeS96/rl_openai
RL with OpenAI Gym
Language: Jupyter Notebook - Size: 2.75 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 4

SiavashShams/DQN-for-OpenAI-LunarLander-v2
LunarLander-v2 learning how to land efficiently using DQN and DDQN for training
Language: Jupyter Notebook - Size: 2.59 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

lexiconium/RL-Gym-PyTorch
Implement RL algorithms in PyTorch and test on Gym environments.
Language: Python - Size: 2.44 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 2

jihoonerd/Continuous-Control-with-Deep-Reinforcement-Learning
đ Paper: Continuous control with deep reinforcement learning đšī¸
Language: Python - Size: 1.42 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

JoKoum/collaborative-lunar-lander
Semester project for the AI Applications class of the MSc in Artificial Intelligence
Language: Python - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

albjerto/moon-landing
Deep Q-Learning algorithms to solve LunarLander-v2.
Language: Python - Size: 1.38 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

akashe/DeepReinforcementLearning
Deep RL implementations. DQN, SAC, DDPG, TD3, PPO and VPG implemented in pytorch. Tested Env: LunarLander-v2 and Pendulum-v0.
Language: Python - Size: 650 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

MohammadAsadolahi/Gradient-Free-Reinforcement-Learning-solving-Openai-gym-LunarLanderV2-by-Evolution-Strategy-python
Gradient Free Reinforcement Learning solving Openai gym LunarLanderV2 by Evolution Strategy (Genetic Algorithm)
Language: Jupyter Notebook - Size: 103 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

leonjovanovic/drl-ddpg-lunar-lander
PyTorch application of reinforcement learning algorithm in OpenAI LunarLander - DDPG
Language: Python - Size: 7.75 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

MohammadAsadolahi/DDQN_Deep-Double_Q-Learning-for-solving-OpenAi-Gym-LunarLander-v2-in-python
reinforcement learning Double Deep Q Learning (DDQN) method to solve OpenAi Gym "LunarLander-v2" by usnig Double Deep NeuralNetworks
Language: Jupyter Notebook - Size: 759 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

secondlevel/Deep-Q-Network-and-Deep-Deterministic-Policy-Gradient
This project uses the pytorch package to implement DQN and DDPG models to automate the LunarLander-v2 and LunarLanderContinuous-v2 games.
Language: Python - Size: 2.63 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

yuchen071/DQN-for-LunarLander-v2
Implementation of reinforcement learning algorithms for the OpenAI Gym environment LunarLander-v2
Language: Jupyter Notebook - Size: 8.21 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

wecet/Experimenations-in-Reinforcement-Learning
Experiment 1: Comparison of key bandit algorithms; Experiment 2: Comparison of Q and SARSA Learning on Taxiv3 environment' ; Experiment 3: Comparison of Q, SARSA and CEM Learning on LunarLanderv2 Environment
Language: Jupyter Notebook - Size: 6.92 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

albemordo/dqn
Language: Jupyter Notebook - Size: 282 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

riccardocadei/LunarLander-v2-REINFORCE
Teaching to an agent to play the Lunar Lander game from OpenAI Gym using REINFORCE.
Language: Jupyter Notebook - Size: 7.98 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

mballarin97/DLNN2020
Deep learning and Neural Networks course labs&homeworks&assignments
Language: Jupyter Notebook - Size: 34.8 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

antonio-f/Deep_Q-Network
Deep Q-Network example from Udacity's Deep Reinforcement Learning Nanodegree.
Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

kbudkiewicz/research-internship-RL
Research internship during the 5th semester of my B.Sc CBT degree @ TUM CS
Language: Python - Size: 13.5 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

mbaranr/reinforcement_gym
Deep RL for OpenAI's Gym environments.
Language: Jupyter Notebook - Size: 1.15 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

rishisim/LunarLander-v2
Trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.
Language: Jupyter Notebook - Size: 438 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

EnriqManComp/Lunar-Lander-DRL-Dueling-DoubleDQN
This is a Deep Reinforcement Learning solution for the Lunar Lander problem in OpenAI Gym using dueling network architecture and the double DQN algorithm.
Language: Jupyter Notebook - Size: 10.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SlimShadys/PPO-StableBaselines3
This repository contains a re-implementation of the Proximal Policy Optimization (PPO) algorithm, originally sourced from Stable-Baselines3.
Language: Python - Size: 1.04 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Manisha2612/Lunar-Lander-DQN-DDQN
Deep Reinforcement Learning on Lunar Lander gym environment
Language: Jupyter Notebook - Size: 314 KB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

OrestisMk/RF-Q_learning-taxi_driver--Lunanlander-Policy-gradient-
This is a project of reinforcement learning which contains two different environments. The first environment is the taxi driver problem in 4x4 space with the simple Q-learning update rule. In this task, we compared the performance of the e-greedy policy and Boltzmann policy. As a second environment, we chose the LunarLander from the open gym. For the implementation of the project, the Policy gradient has been selected.
Size: 603 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

akashkmr27089/Behavior_Cloning
Behaviour Cloning On OpenAI Environment
Language: Jupyter Notebook - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

FraLotito/neat-control
Self-solving control problems from OpenAI Gym with NEAT
Language: Python - Size: 1.68 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

0xf104a/useless-thing đĻ
Useless try to create neural network
Language: Python - Size: 8.79 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0
