One of the standout features of ReinforceUI Studio is its comprehensive logging system. Our platform automatically logs training data, evaluation results, curve plots, and model checkpoints. This functionality simplifies the process of analyzing, comparing, and refining your experiments. You can monitor the log folder throughout the entire training process as many times as needed by clicking the “View Log Folder” button on the main screen. Whether you complete the training process or stop it for any reason, all essential files will be saved automatically. By default, the log folder is stored in your home directory for convenient access. Below is an example of the contents of a log folder created after completing a training session:Documentation Index
Fetch the complete documentation index at: https://docs.reinforceui-studio.com/llms.txt
Use this file to discover all available pages before exploring further.

Contents of the Log Folder
- Checkpoint Folder
- Data Log
![]() | ![]() |
|---|---|
| Example of Training Curve Saved | Example of Evaluation Curve Savedsaved |
- Model Log
- Configuration File

Bonus Feature: Model Evaluation Video
As an added benefit, ReinforceUI Studio evaluates the final saved model and generates a video of its performance for one episode. This allows you to not only review the training curves but also visually assess how the trained policy performs—offering a deeper, more interactive way to evaluate your results. This combination of detailed logs, configuration summaries, and visual evaluation makes ReinforceUI Studio an ideal tool for managing and refining your RL experiments.MLflow Integration
ReinforceUI Studio offers seamless integration with MLflow, a powerful tool for tracking and visualizing machine learning experiments. During training, you can click the “Open MLflow Dashboard” button at any time to monitor your experiment’s metrics and artifacts in real time. After training, you can continue your analysis by opening the MLflow dashboard athttp://localhost:5000/ in your browser, allowing for in-depth post-run review and comparison of results.
![]() | ![]() |
|---|---|
| Example of MLflow Dashboard | Example of MLflow Metrics |



