Policy Gradient Implementation Using PyTorch
This is an implementation of Policy Gradient algorithm using PyTorch.
This is an implementation of Policy Gradient algorithm using PyTorch.
Implementation of Gaussian Double Deep Q network with PyTorch
This is implementation of MoG-DQN using PyTorch.
IQN is a state-of-the-art RL algorithm that focuses on predicting the full distribution of returns rather than just the mean. This approach provides a more comprehensive understanding of the value of actions, allowing for better decision-making in uncertain environments
In this blog post, we will implement Double DQN using PyTorch to solve the Lunar Lander environment from OpenAI Gym.