ReinforceUI Studio Initial Tutorial
Run ReinforceUI Studio
Getting started with ReinforceUI Studio is simple and straightforward. After runpython 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 RL platforms like Gymnasium, DeepMind Control Suite, 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, PPO 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.
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!