Skip to content

Split SimCadence modules for packaged builds#20

Merged
alecotto merged 3 commits intomasterfrom
codex/fix-uht-parent-class-resolution-issue-83b8bs
Aug 16, 2025
Merged

Split SimCadence modules for packaged builds#20
alecotto merged 3 commits intomasterfrom
codex/fix-uht-parent-class-resolution-issue-83b8bs

Conversation

@alecotto
Copy link
Copy Markdown
Owner

Summary

  • separate SimCadence runtime and editor code into distinct modules
  • depend on SimCadenceRuntime from UnrealMLAgents and load SimCadenceEditor only in editor builds
  • configure engine to use the new engines and custom time step

Testing

  • pip install h5py
  • pytest MLearning/ue-agents/ueagents/trainers/tests/test_agent_processor.py::test_agent_processor_get_actions -q (no collectors found)
  • pytest MLearning/ue-agents/ueagents/trainers/tests/test_agent_processor.py -k test_agentprocessor -q (fails: ModuleNotFoundError: ueagents_envs)

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

@alecotto alecotto merged commit 369253d into master Aug 16, 2025
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