-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of learning application with PASEOS. #107
Conversation
Please enter the commit message for your changes. Lines starting
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some suggestions for paper and example on https://app.reviewnb.com/aidotse/PASEOS/pull/107/ ✌️
I think we need to choose better parameters for the state of charge to be interesting. Perhaps faster charging? Also, we don't see much of the benefits from collaborative learning as the satellites see each other so seldomly with this constellation... |
@johanos1 Maybe use the same values as in the other notebook? # Device
ActorBuilder.set_power_devices(actor=sat_actor,battery_level_in_Ws=10000+np.random.rand()*90000,
max_battery_level_in_Ws=100000,charging_rate_in_W=50)
# Power for activities
100.0,"Processing"
2.0, "Standby"
This is trickier. So there are two options:
|
Please enter the commit message for your changes. Lines starting
Description
Showcase communications and learning using PASEOS
Summary of changes
Resolved Issues
How Has This Been Tested?
Via simulation
Related Pull Requests