Yadhavaramanan / Implementing-Q-Learning-with-Linear-Function
n this Q-learning implementation, a grid world environment is defined with 16 states, and agents can take 4 possible actions: up, down, left, and right. The goal is to reach state 15. The Q-table, initialized with zeros, serves as a memory to store Q-values for state-action pairs.
☆12Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for Implementing-Q-Learning-with-Linear-Function
- Policy gradient methods are a type of reinforcement learning techniques that rely upon optimizing parametrized policies with respect to t…☆12Updated 6 months ago
- ☆12Updated 6 months ago
- Naïve Bayes is part of a family of generative learning algorithms, meaning that it seeks to model the distribution of inputs of a given c…☆13Updated 7 months ago
- The Iris dataset was used in R.A. Fisher's classic 1936 paper, The Use of Multiple Measurements in Taxonomic Problems, and can also be fo…☆13Updated 7 months ago
- ☆13Updated 7 months ago
- ☆13Updated 7 months ago
- ☆13Updated 7 months ago
- ☆15Updated 8 months ago
- The K-Nearest Neighbors (KNN) algorithm is a supervised machine learning method employed to tackle classification and regression problems…☆13Updated 7 months ago
- ☆13Updated 6 months ago
- ☆15Updated 7 months ago
- ☆14Updated 8 months ago
- CNN is a type of deep learning algorithm that is commonly used in computer vision applications. The main idea behind CNNs is to capture t…☆11Updated 2 months ago
- ☆12Updated 3 months ago
- ☆11Updated 3 months ago
- ☆11Updated 3 months ago
- ☆15Updated 8 months ago
- In this project just including sql queries like insert, update, delete, select to adding, updating,showing, deleting players details …☆12Updated 5 months ago
- ☆12Updated 3 months ago
- ☆12Updated 3 months ago
- ☆12Updated 2 months ago
- ☆12Updated 3 months ago
- ☆12Updated 3 months ago
- ☆12Updated 3 months ago
- ☆12Updated 3 months ago
- Convolutional Neural Network (CNN) is a well established data architecture. It is a supervised machine learning methodology used mainly i…☆11Updated 2 months ago
- OpenCV is a popular Computer Vision library to develop applications built using C++ and C. It has several uses like Object Detection and …☆11Updated 2 months ago