Graphrl is a web application designed to visualize and train reinforcement learning models for graph-based problems. The app allows users to interact with graphs, set start and end nodes, and visualize the model's learning process in real-time.
- Visualize graph structures with interactive nodes and edges.
- Set start and end nodes to train the reinforcement learning model.
- Track the training process and adjust the number of iterations.
- Easy-to-use interface for training and managing graphs.
-
Clone the repository:
git clone https://github.com/HashiramaP/GraphReinforcmentLearning
-
Install dependencies:
npm install
-
Run the app:
npm run dev