Skip to content

Add Python bindings and observation API for Rusty Runways#30

Closed
DennisLent wants to merge 3 commits intomainfrom
codex/create-python-wrapper-for-rusty-runways
Closed

Add Python bindings and observation API for Rusty Runways#30
DennisLent wants to merge 3 commits intomainfrom
codex/create-python-wrapper-for-rusty-runways

Conversation

@DennisLent
Copy link
Owner

Summary

  • add new rusty_runways_py crate exposing PyGame and PyVectorEnv Python classes
  • expose Game::execute_str, step, observe, and logging for agent integrations
  • support deterministic state serialization and Python tests
  • run Python tests in CI, upload Python coverage to Codecov, and verify pip install across platforms

Testing

  • cargo clippy --all-targets -- -D warnings
  • cargo test --all
  • python -m pytest crates/py/tests

https://chatgpt.com/codex/tasks/task_e_689b50a067808320a126b8df5e4fe8f5

@codecov
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (753be28) to head (57c2de8).

Additional details and impacted files
@@             Coverage Diff              @@
##             main       #30       +/-   ##
============================================
+ Coverage   36.02%   100.00%   +63.97%     
============================================
  Files          21         1       -20     
  Lines        1413        32     -1381     
============================================
- Hits          509        32      -477     
+ Misses        904         0      -904     
Flag Coverage Δ
python 100.00% <100.00%> (?)
rust ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DennisLent DennisLent closed this Aug 18, 2025
@DennisLent DennisLent deleted the codex/create-python-wrapper-for-rusty-runways branch August 18, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant