Metadata-Version: 2.4
Name: mlvlab
Version: 0.2.24
Summary: Visual AI Ecosystem with Reinforced Learning Simulations based on Gymnasium - MLVisual®
Author: Héctor Costa Guzmán
License-Expression: MIT
Project-URL: Homepage, https://github.com/hcosta/mlvlab
Project-URL: Releases, https://github.com/hcosta/mlvlab/releases
Project-URL: Source, https://github.com/hcosta/mlvlab
Keywords: reinforcement-learning,artificial-intelligence,machine-learning,gymnasium,simulation,visualization,ai-training,q-learning,ant-environment,educational,research,robotics,neural-networks,deep-learning,interactive-learning,real-time-visualization,gym-environments,ml-visualization,ai-simulation,learning-algorithms
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Typing :: Typed
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Natural Language :: English
Classifier: Natural Language :: Spanish
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy~=2.2
Requires-Dist: arcade~=3.3
Requires-Dist: gymnasium~=1.2
Requires-Dist: opencv-python~=4.12
Requires-Dist: pyvirtualdisplay~=3.0
Requires-Dist: typer~=0.16
Requires-Dist: rich<14.0,>=13.0
Requires-Dist: prompt_toolkit<4.0,>=3.0
Requires-Dist: nicegui[highcharts]~=2.22
Requires-Dist: PySide6<6.10,>=6.9
Requires-Dist: itsdangerous~=2.1
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: black>=24.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: pipreqs>=0.4.13; extra == "dev"
Requires-Dist: matplotlib>=3.10; extra == "dev"
Dynamic: license-file

# MLV-Lab: Visual AI Learning Ecosystem

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/)

**MLV-Lab** is a pedagogical ecosystem for exploring fundamental Artificial Intelligence concepts through visual and interactive experimentation.

Our philosophy is **"Show, don't tell"**: we move from abstract theory to concrete, visual practice, allowing enthusiasts and developers to train and observe intelligent agents right from the terminal.

---

## 🚀 Full Guide on GitHub

**This README is a lightweight version.**

For the most complete and up-to-date information, including:

* **Detailed installation instructions.**
* **CLI and API usage examples.**
* **Documentation for all available environments.**
* **Guidelines for contributing to the project.**

### 👉 Visit our GitHub repository: [https://github.com/hcosta/mlvlab](https://github.com/hcosta/mlvlab)
