WORK IN PROGRESS: W101 Demo and RL Agent

Demonstrating Web Development and Reinforcement Learning.

Overview

In the video game Wizard101, players engage in a magical turn-based card game. I intend on using reinformance learning to design a competitive opponent. However, I first needed to create a local environment to train the model. From this, I got inspiration to make a hosted, GUI version of the demo.

It is still a work-in-progress, but you should be able to see the beginning of this project at w101-website.vercel.app.

Click "Continue as Guest", then "Create vs Bots", then "Toggle Ready"

Features

  • React frontend with socketio communication.
  • Flask and socketio backend
  • Token authentication, SQAlchemy database
  • Hosted on Google Cloud

Example Image

← Back to Home