https://github.com/shamspias/aboltabolkaj
Just basic time passing works
https://github.com/shamspias/aboltabolkaj
Last synced: 7 months ago
JSON representation
Just basic time passing works
- Host: GitHub
- URL: https://github.com/shamspias/aboltabolkaj
- Owner: shamspias
- Created: 2020-04-27T10:10:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:08:02.000Z (8 months ago)
- Last Synced: 2025-02-10T11:23:31.269Z (8 months ago)
- Language: Python
- Size: 9.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aboltabolkaj
## Overview
This repository serves as a collection of various AI-related projects, experiments, and implementations. It includes reinforcement learning projects, basic AI models, and other machine learning explorations. The goal is to provide structured implementations of different AI techniques, ranging from fundamental concepts to more advanced topics.## Projects
Below are some of the projects included in this repository:### Reinforcement Learning Projects
- **Snake Game using Deep Q-Learning (`snake_game_dqn`)**: Implementation of a Deep Q-Network (DQN) to train an AI agent to play Snake.
- **Snake Game using Tabular Q-Learning (`snake_game_tabular_q_earning`)**: A classic Q-learning approach for training an AI agent in the Snake game.
- More reinforcement learning projects to be added soon.### Other AI Projects
This repository will also contain various AI-related projects, including:
- **Basic AI Implementations**: Fundamental AI techniques such as search algorithms, pathfinding, and simple ML models.
- **Computer Vision**: Implementations of image processing, object detection, and classification models.
- **Natural Language Processing (NLP)**: Projects related to text generation, sentiment analysis, and more.
- **Random AI Experiments**: Miscellaneous projects exploring new AI concepts and frameworks.## Installation & Usage
To use any of the projects, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/shamspias/aboltabolkaj.git
```
2. Navigate to the specific project directory:
```sh
cd aboltabolkaj/snake_game_dqn
```
3. Install dependencies:
```sh
pip install -r requirements.txt
```
4. Run the project (example for Python-based projects):
```sh
python main.py
```## Contributions
Contributions are welcome! Feel free to fork the repo, create a branch, and submit a pull request with your improvements or new AI implementations.## License
This repository is open-source and available under the MIT License.---
Stay tuned for more AI projects and experiments!