Commit 084e9d9
[Workflow] Report when playback agents are running (#7560)
# Description
Adds a terminal status message after playback initialization completes
so users know the process is actively running and how to stop it.
The message is customized for:
- trained policy playback across RL-Games, RSL-RL, Stable-Baselines3,
skrl, and RLinf
- the zero agent
- the random agent
## Type of change
- New feature (non-breaking change which adds functionality)
## Release backport
- [x] <!-- backport-active-release --> Backport this pull request to the
active release branch after it merges into `develop`
## Screenshots
Not applicable; this change affects terminal output only.
## Validation
- `uv run python -m pytest source/isaaclab_rl/test/test_entrypoints.py`
(32 passed)
- `SKIP=check-changelog-fragments uv run isaaclab -f` (all applicable
formatting and lint checks passed)
- Changelog validation against upstream `develop` (passed)
## Checklist
- [x] I have read and understood the contribution guidelines
- [x] I have run the pre-commit formatting and lint checks
- [x] Documentation changes are not required for this terminal-only
behavior
- [x] My changes generate no new warnings
- [x] No new test is needed for static terminal text; the existing
entrypoint suite passes
- [x] I have added a changelog fragment for `isaaclab_rl`
- [x] My name already exists in `CONTRIBUTORS.md`
(cherry picked from commit 6b8e133)1 parent 51642ea commit 084e9d9
7 files changed
Lines changed: 14 additions & 0 deletions
File tree
- source/isaaclab_rl
- changelog.d
- isaaclab_rl/entrypoints
- backends
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
0 commit comments