IsaacLab
IsaacLab copied to clipboard
[Proposal] Add live visualization of manager terms in UI
Proposal
Add configurable functionality to plot the manager based environment terms (i.e. action, observation, rewards, etc) in the UI. This should be able to handle arrays of 1D signals over time and 2D+ or greater signals (i.e. images)
Motivation
To aid in debugging and evaluation of environment execution.
Checklist
- [x] I have checked that there is no similar issue in the repo (required)
Acceptance Criteria
For ManagerBasedEnv and ManagerBasedRLEnv only:
- [ ] Be able to plot manager term data
- [ ] Be able to show manager term images
- [ ] Be able to configure visualizations from a config file