Run ReinforceUI Studio
Nothing better to explain something than a video. Check out our video tutorial, where we show you how ReinforceUI Studio works
ReinforceUI Studio Initial Tutorial
Run ReinforceUI Studio
Getting started with ReinforceUI Studio is simple and straightforward. After run python main.py
Follow these easy steps:
-
Launch the Application: Upon opening the app, you’ll be greeted with a welcoming window to begin your journey.
-
Select Your RL Platform: Choose from popular Reinforcement Learning platforms like Gymnasium, DeepMind Control Suite (DMCS), or MuJoCo.
-
Choose Your Environment: Select the specific environment from a list of available options tailored to your chosen platform.
-
Pick Your Algorithm: Select the algorithm you want to use for training your model. Choose from a variety of popular algorithms like SAC, TD3, TQC and more.
-
Configure Training Parameters: Customize your training parameters or use the default settings to get started quickly.
-
Hit “Start” to begin the training process.
-
Visualize Progress: Watch real-time training and evaluation curves to track your model’s performance.
And that’s it! You’re ready to train your model.
ReinforceUI Studio is designed primarily for continuous action space environments and algorithms.
We now support discrete action space as well, including DQN. However, environments like MuJoCo and DeepMind Control Suite work only with continuous action spaces, so the number of available environments for discrete action space is limited.
If you have suggestions for discrete action space environments, let us know—we’d be happy to include them in ReinforceUI Studio!
Was this page helpful?