Skip to content
#

epsilon-greedy-exploration

Here are 12 public repositories matching this topic...

🏓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

The simulation of Epsilon-Greedy and Thompson Sampling algorithms for Bayesian A/B Testing. The project shows how both algorithms find the optimal bandit and approximate the rewards of each bandit, given the true reward. Visualizations are done to demonstrate the learning process and convergence.

  • Updated Apr 13, 2023
  • Jupyter Notebook

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