You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a reinforcement learning agent to perform automation testing on websites. Used Q-Learning to train a RL agent to test various components of a web-page and log them as test cases. The APIs are built using FastAPI.