Skip to content

Bugfix for docs demo script & uv installation issues - #9

Merged
TylerFlar merged 2 commits into
TylerFlar:mainfrom
nhhvhy:quickstart-fixes
Aug 31, 2026
Merged

TylerFlar merged 2 commits into
TylerFlar:mainfrom
nhhvhy:quickstart-fixes

Conversation

@nhhvhy

@nhhvhy nhhvhy commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Fixes for 2 issues I encountered while running the random agent demo provided in rl-guide docs:

  • Default uv installation does not copy various JSON files from /engine/data, such as centers.json and seals.json. Added package-data listing to include files matching ["engine/data/*.json"] to installation.

  • Demo script 'Random Agent' (/docs/rl-guide.md) references info.get("done") when checking for episode endings, but done does not appear to be a valid property of info. Replaced action loop logic with a check for (terminated or truncated).

@TylerFlar
TylerFlar merged commit 1c4d4e7 into TylerFlar:main Aug 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants