Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Taxi-Q-Learning Model
|
2 |
|
3 |
This is a Q-learning model trained to solve the Taxi-v3 environment. The model uses a **reinforcement learning** approach to optimize the agent's policy for navigating the taxi environment.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- image-classification
|
6 |
+
- taxi
|
7 |
+
- decoration
|
8 |
+
- deep-learning
|
9 |
+
- tensorflow
|
10 |
+
- keras
|
11 |
+
---
|
12 |
+
|
13 |
+
# Taxi Decoration Prediction Model
|
14 |
+
|
15 |
+
This model predicts whether a taxi image is decorated or undecorated based on input image data. It was trained using a convolutional neural network (CNN) architecture on a custom dataset of decorated and undecorated taxi images.
|
16 |
+
|
17 |
# Taxi-Q-Learning Model
|
18 |
|
19 |
This is a Q-learning model trained to solve the Taxi-v3 environment. The model uses a **reinforcement learning** approach to optimize the agent's policy for navigating the taxi environment.
|