aaedaval - Overview
Popular repositories Loading
-
aima-python aima-python Public
Forked from aimacode/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Jupyter Notebook
-
Simple-Python-Chess Simple-Python-Chess Public
Forked from lyudmil-mitev/Simple-Python-Chess
A simple python chess game with a seperate board representation/validation and a TkInter GUI
Python
-
AI-Chess-WKRBK-Endgame AI-Chess-WKRBK-Endgame Public
Forked from saltthehash/AI-Chess-KRK-Endgame
An assignment from an Artificial Intelligence course I took that plays a King versus Rook and King chess endgame using heuristic functions in a Min-Max algorithm using alpha-beta pruning to minimiz…
Python
-
Gridworld Gridworld Public
Forked from kristofvanmoffaert/Gridworld
Gridworld (reinforcement learning)
Java
-
QLearning-Gridworld QLearning-Gridworld Public
Forked from jmcjacob/QLearning-Gridworld
An implementation of the Q Learning algorithm demonstrated using a grid world environment
Java