A random environment reinforcement learning-powered Mario game
-
Updated
Oct 8, 2022 - JavaScript
A random environment reinforcement learning-powered Mario game
A game using Q-Learning artificial intelligence.
I am trying to implement various AI algorithms on various environments (like OpenAI-gym) as I learned my toward the safe AI
A reinforcement learning framework
An in-depth book covering essential topics for AI, ML and DL.
simple self driving car application
To use A star search algorithm to find the shortest path between nodes or graphs and use this as a pathfinder. It is an informed search algorithm, as it uses information about path cost and also uses heuristics to find the solution.
Personal implementation in C++ of http://www.cs.put.poznan.pl/mszubert/pub/szubert2014cig.pdf. Results could be reproduced. It's an algorithm that learns by itself to solve the 2048 game. It doesn't use deep learning (aka. neural networks). But it learns by itself using the Bellman equations.
Add a description, image, and links to the reinforcement-learning-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the reinforcement-learning-algorithms topic, visit your repo's landing page and select "manage topics."