Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edofarrell/norinori-honey-badger-algorithm

Game Playing Agent (Artificial Intelligence) - Solving the Norinori Puzzle using the Honey Badger Algorithm and Q-Learning
https://github.com/edofarrell/norinori-honey-badger-algorithm

artificial-intelligence game-playing-agent honey-badger-algorithm metaheuristic-algorithms norinori-solver python q-learning reinforcement-learning selenium-webdriver

Last synced: 3 months ago
JSON representation

Game Playing Agent (Artificial Intelligence) - Solving the Norinori Puzzle using the Honey Badger Algorithm and Q-Learning

Awesome Lists containing this project

README

        

# Norinori using Honey Badger Algorithm and Q-Learning

## About the Project
The project involves developing an agent that implements the Honey Badger Algorithm and Q-Learning to solve a logic puzzle called Norinori.
The agent will preprocess the data using strategies discovered previously, and then implement the algorithm to obtain the final solution to the puzzle.
The puzzle's data is obtained from https://www.puzzle-norinori.com/ using web scraping.

> This project is a part of my thesis.

## Technologies
Python, Selenium