Basics¶
These tutorials are the shortest path from a fresh checkout to a working MASA experiment.
- First MASA Experiment shows how to preview an environment, build a MASA wrapper stack with
make_env, inspect labels and constraint metrics, and run a tiny Q-learning smoke experiment. - Labels, Costs, and Infos slows down the environment loop and inspects observations, rewards, labels, costs, constraint metrics, termination, and truncation.
- Wrapper Stack builds the same constrained environment with
make_envand by manually applying each MASA wrapper.
Runnable notebooks: