Fix: Update requirements for simulations executions#6
Open
OctavioNascimento wants to merge 11 commits intomicrosoft:mainfrom
Open
Fix: Update requirements for simulations executions#6OctavioNascimento wants to merge 11 commits intomicrosoft:mainfrom
OctavioNascimento wants to merge 11 commits intomicrosoft:mainfrom
Conversation
Fix: Update requirements and README for Python 3.12 compatibility
Author
|
@microsoft-github-policy-service agree |
- Implemented SatelliteMEC with RAM/Battery constraints. - Added Task class with data size and deadlines. - Implemented LLM Scheduler using REST API to bypass SSL/Proxy. - Refactored init logic to use **kwargs. - Added heterogeneity test scenario.
- Replaced deprecated/unavailable model names with 'gemini-2.0-flash' to fix 404/429 errors. - Confirmed Chain-of-Thought (CoT) prompting strategy success: LLM correctly avoids OOM errors by prioritizing RAM constraints over CPU speed. - Achieved 100% task completion rate in heterogeneity test scenario (vs. ~40% with baseline).
- Validated LLM logic for Data Sovereignty (USA vs Brazil tasks). - Validated Energy constraints (Sat 101 dies due to critical battery usage). - Validated RAM protection logic. - Achieved realistic failure mode (Sat 101 depletion) proving simulation fidelity.
- Updated logging logic to overwrite 'sim_run_latest.jsonl' per execution. - Observed 80% rejection rate due to API 404 errors triggering failsafe mode (tasks rejected instead of randomly assigned). - Validated that without LLM response, the system defaults to 'No Route' to preserve satellite safety.
- Implemented 'MECOrchestrator' class to manage stochastic task generation (Poisson) and resource monitoring. - Integrated 'GeminiBrain' adapter (gemini-2.0-flash) for cognitive decision making. - Modified 'ManagerParallel.py' to inject AI logic directly into the main simulation loop, enabling synchronized execution with the physics engine. - Implemented attribute injection (Monkey Patching) to add MEC capabilities (RAM, Battery, Region) to legacy Satellite nodes. - Validated system integration: AI decisions successfully interspersed with NMA (Network Management Algorithm) execution logs.
2025 updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.