Skip to content

With the concept of Q-Learning using Neural Networks in Reinforcement Learning we are going to experiment in the environment "FrozenLake" provided by OpenAI Gym

Notifications You must be signed in to change notification settings

withai/Q-Learning-Neural-Networks-OpenAI-Gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Q-Learning using Neural Networks in OpenAI Gym

Overview

Q-Learning is one of the Reinforcement Learning Algorithm. In this tutorial we are going to deploy the variant of Q-Learning using neural networks for mapping state space to action space experimented on OpenAI Gym "FrozenLake" environment.

You can find an excellent tutorial on Q-learning using Neural Networks by Arthur Juliani here.

Dependencies

Credits

Most of the conceptual and programmatic understanding is borrowed from the Reinforcement Learning Series by Arthur Juliani here.

About

With the concept of Q-Learning using Neural Networks in Reinforcement Learning we are going to experiment in the environment "FrozenLake" provided by OpenAI Gym

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published