Skip to content
#

epsilon-greedy-exploration

Here are 5 public repositories matching this topic...

Language: Python
Filter by language

🏓Deep learning model is presented to successfully learn control policies directly from high-dimensional sensory input using reinforcement learning. The model is a convolutional neural network, trained with a variant of Q-learning, whose input is raw pixels and whose output is a value function estimating future rewards in RL Pong environment.

  • Updated Mar 28, 2020
  • Python

This project implements Value Iteration and Q-Learning algorithms to solve a variety of gridworld mazes and puzzles. It provides pre-defined policies that can be customized by adjusting parameters and policy optimization through iterative reinforcement learning. It also brings exploration capabilities to the agent with Epsilon Greedy Q-Learning.

  • Updated Apr 25, 2024
  • Python

Improve this page

Add a description, image, and links to the epsilon-greedy-exploration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the epsilon-greedy-exploration topic, visit your repo's landing page and select "manage topics."

Learn more