Hi @Stephanieewelu
I just wanted to say thank you. Your library fixed a huge problem I was having with my weather app.
The app was really slow and sometimes failed for some users. I realized it was because I was relying on a single source for weather data.
I found AgenticLearnPro on PyPI and utilized its inbuilt QLearningAgent to solve this. Now, when someone searches for a city, the agent works in the background to instantly pick the fastest and most reliable data source for that user's location.
It's made the app much faster and more reliable for everyone.
It would be great if there was an easy way to save the agent's learned Q-table (its "memory") so it doesn't have to relearn every time the app restarts. I'm doing it manually for now.
Here's the link, feel free to share any feedback/tips for improvement:
https://filthy-mirabelle-tech-premier-bbebba9b.koyeb.app/
Hi @Stephanieewelu
I just wanted to say thank you. Your library fixed a huge problem I was having with my weather app.
The app was really slow and sometimes failed for some users. I realized it was because I was relying on a single source for weather data.
I found AgenticLearnPro on PyPI and utilized its inbuilt QLearningAgent to solve this. Now, when someone searches for a city, the agent works in the background to instantly pick the fastest and most reliable data source for that user's location.
It's made the app much faster and more reliable for everyone.
It would be great if there was an easy way to save the agent's learned Q-table (its "memory") so it doesn't have to relearn every time the app restarts. I'm doing it manually for now.
Here's the link, feel free to share any feedback/tips for improvement:
https://filthy-mirabelle-tech-premier-bbebba9b.koyeb.app/