Skip to content

Releases: lf-connectivity/maveric

v1.0.0

25 Jul 04:29
573b5bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

15 May 01:31
76be34b

Choose a tag to compare

What's Changed

Mobility Robustness Optimization (MRO) : building blocks required for formulating and solving MRO, along with a demo of a simple heuristic solution as well as a modern RL solution is provided. In particular, this release provides --

  • utilizing the UE mobility simulation and trained digital twins of cells in the network to simulate mobile connectivity, hand-over, Radio Link Failures (RLFs)
  • A metric that looks at a history of the above mobile connectivity events and produces an MRO metric or "score"
  • Simple solution that does a coarse grid-search through hysteresis and TTT parameters to find a good one
  • An RL based solution using PPO
  • Unit tests and demo notebooks for all new functionality

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Oct 05:43
8da2b28

Choose a tag to compare

Training of mobility model from data

Summary

  • mobility model parameter alpha is now trainable
  • entire code is black formatted
  • new unit tests added
  • upgrades for torch and scikit-learn

Merged PRs

New Contributors

Full Changelog: https://github.com/lf-connectivity/maveric/commits/v0.1.0