Browse applications built on Reinforcement Learning technology. Explore PoC and MVP applications created by our community and discover innovative use cases for Reinforcement Learning technology.
PYTHAI: The Augmentic Smart Agent Platform Architecting Humanity's Transition from Information Age to Knowledge Economy PYTHAI Augmentic Smart Agent Platform - infrastructure to transform raw information into distributed knowledge
InfernoBots is an emergency response force with autonomous drone scout wildfires supporting real-time vision intelligence while ground robot(s) mobilize fire trucks and supplies. it aims to turns disaster response faster and higher precision.
AI-powered autonomous drones that detect fires, navigate complex environments, and deliver real-time actionable insight to emergency responders
FleetMind is a web-based "Digital Twin" for autonomous robot fleets. It uses Gemini 2.0 Flash for natural language command parsing and local Q-Learning agents for collision avoidance and battery optimization in a real time 3D simulation
We built a data infrastructure platform to capture and convert real-world human demonstrations into reusable robot training data using XR devices.
Financial Intelligence Swarm: FIS AEGIS: Multi-Agentic Anti-Fraud, FinOps & Compliance System
QUBIC is the C++ Smart Contract DAO on Qubic that transforms life-saving clinical impact into immutable, weighted governance power. It eliminates bias and rewards contributions to Ubuntu Patient Care with transparent, dynamic merit-based credentials
RentFlow AI is an intelligent property management platform that automates rent collection, maintenance approvals, and communication using AI, blockchain, and event-driven automation—cutting management costs from 10% to 2%.
An AI-based web application using a ResNet101 deep learning model to classify chest X-rays as Normal or Pneumonia. The system helps in early detection of pneumonia by providing accurate and instant predictions.
Tokenize songs, art, or ideas. Let fans invest, trade, and earn royalties. A fair, decentralized platform for creative ownership and revenue sharing.
A smart AI assistant that detects short video overuse in real time and gently intervenes with warm, personalized messages to encourage mindful digital habits.
Multi Agents Implementation(net1, ene1, cyb1), data scientist analysing data for London Smart City (optimization of networking both on micro and macro scale) with exploring some potential use cases and provide stable/cheap technology systems.
Public Sector Network Connectivity Analyzer - A robust application monitoring network performance across public institutions. tracks metrics, simulates scenarios, and provides geographic mapping for educational, healthcare, and government facilities.
An AI-powered Google Sheets assistant that enables natural language interactions for data analysis, report generation, and real-time information access. Chat with your spreadsheets to query data, create visualizations, and automate tasks.
ORION automates space operations using real-time telemetry processing, AI-driven anomaly detection, predictive maintenance (LSTM), and RL-based decision-making, visualized via a Streamlit dashboard.
Revolutionizing space operations, Nebula AI autonomously manages satellite missions using advanced AI agents for real-time anomaly detection, dynamic resource optimization, and intelligent decision-making—ensuring mission efficiency and reliability.
OrbitMind is an AI-powered platform that revolutionizes space mission management. By combining Reinforcement Learning for mission planning and Natural Language Processingfor command automation.
An AI-Powered Sign Language Translator for disabled persons.
Wave Tracker is a handy tool for checking out your mobile network’s performance. It helps with troubleshooting, gives speed predictions, and shows network coverage all in real-time, using AI to give smart suggestions.
EcoSphereAI: A sustainable AI solution for optimizing networks and reducing energy use. Features include energy efficiency, predictive maintenance, disaster risk assessment, and sustainability reporting for greener connectivity.
Disease identify and mapping are artificial intelligence use in case for fast respon in pandemic and infectious disease. Fast respon can make better decisions.
The Bloopa cat symbolizes inclusivity, adaptability, and positivity! 🐱💖 Representing our mission to build a next-generation Assistive tech that embodies the spirit of creating accessible, empowering technology for all, fostering inclusivity globally🌍
An AI-powered Islamic assistant that uses advanced models and a RAG pipeline to provide Quranic verses in Arabic, along with translations, explanations, and references, ensuring accurate and contextually relevant responses to users' queries.
Primary Goal: Develop a platform to assist businesses in enhancing their online reviews. Secondary Goals: Provide tools for businesses to analyze and respond to customer feedback. Implement strategies to encourage positive reviews from customers
Our project provides multilingual video dubbing with emotional nuances, synchronized subtitles, lip-sync technology, and video supers. It also generates concise text and video summaries, ensuring accessible and engaging content for a global audience.
Viable Trends* per day on day occurrence across a few sectors.
Languify revolutionizes language learning with personalized, immersive experiences powered by LLM technology, offering tailored paths for each user's proficiency level and learning style.
Send Personalized Motivational Messages to Coaching Clients!
ML Fast Lane with GPU Power. AI-driven, GPU-accelerated ML platform. Seamlessly build, train, and deploy models with blazing speed and intelligence.
HyperTarget, a groundbreaking AI plugin for WordPress, embeds personalized affiliate content directly into blog posts in real time. Tailored to individual reader's interests, it amplifies engagement and revenue like never before.
Smart AI Text Editor that can generate content based on the written data & also: Fix grammar, Paraphrase it, and Improve your Text. Can also summarize links as well.
Your Appointment Setter with Artificial Intelligence scheduling meetings and calls on autopilot
A trading agent AI is an artificial intelligence system that uses computational intelligence methods such as machine learning and deep reinforcement learning to automatically discover, implement, and fine-tune strategies for autonomous adaptive automated.
LangX is an AI agent that aims to make learning languages easy with AI technology like openai and lancghain
GPTUBE is aimed to convert youtube videos to seo blog posts in the blink of an eye we have made a system that converts youtube videos into seo blog posts seamlessly with a very good user experience
Utilizing AutoGPT and LangChain, we use linux based network security tools for malware and intrusion prevention. AI to keep your network secure and up-to-date.
Revolutionizing the Automotive World with AI-Powered 3D Models.
Daila is a personalized learning app that utilizes the power of GPT-3.5 and AWS services to provide a unique and tailored learning experience for students or pretty much everyone who wants to learn.
Supercharge your business operation by using AI technology.
Hyperbot 🤖 assists with coding queries, generates art, provides real-time updates on current affairs and weather forecasts, composes tweets, LinkedIn posts, emails, and plays music of your choice or displays your favorite YouTube video.
An artificial intelligence podcast that is written by ChatGPT, GPT-3.5, Open-AI davinci, and human assistance. The art is generated by Stable Diffusion, Open Journey, and Dall-E 2. It is read by Natural Readers text-to-speech and Lifelike Speech Synthesis
Your personalized chatbot companion, trained exclusively on your chosen content, with secure and private access – tailored conversations made just for you!
RL Introductory Hackathon for envs Cartpole, Walker , Lunar Lander
3 environments, everything is good
Using the stable_baselines3 library, we tried to solve the problems proposed in the challenge. We used a Proximal Policy Optimization (PPO) Model. The Policy we used is a standard MLP. We tried to change the number of iteration to achieve a better performance.
We have completed 2 challenges. The first one (cartpole) was completed using our own code, we implemented Deep Q Learning. For the second one (Lunar Lander) we used stable_baseline library.
Applied reinforcement learning for agent to play these 3 games: Cartpole, LunarLander, BiPedal Walker. We used the basic model of Environment -> State -> Agent -> Action to train our agent. We reward the agent for achieving an outcome that we want, while penalizing the agent for doing otherwise. After many iterations, our agents learns to clear the games.
Used A2C and DQN for Lunar Lander DQN for Cartpole TQC for Bipedal Walker