Reinforcement Learning

Advantage Actor Critic

Implementation of Advantage Actor Critic to solve OpenAI LunarLander environment

Deep Q Learning

Implementation of Deep Q Learning to solve OpenAI LunarLander environment

Double Deep Q Learning

Implementation of Double Deep Q Learning to solve OpenAI LunarLander environment

Dueling Deep Q Learning

Implementation of Dueling Deep Q Learning to solve OpenAI LunarLander environment

Dueling Double Deep Q Learning

Implementation of Dueling Double Deep Q Learning to solve OpenAI LunarLander environment

Policy Gradient (REINFORCE)

Implementation of REINFORCE to solve OpenAI LunarLander environment

Soft Actor Critic

Implementation of SAC to solve OpenAI LunarLander environment

Value Actor Critic

Implementation of Value Actor Critic to solve OpenAI LunarLander environment