Skip to content

Releases: CN-UPB/DeepCoMP

deepcomp 1.4.2

30 Jul 18:25
63fbbd3
Compare
Choose a tag to compare

DeepCoMP is now accepted for publication in the 2023 IEEE Transaction on Network and Service Management (TNSM) as "Multi-Agent Deep Reinforcement Learning for Coordinated Multipoint in Mobile Networks" 🎉

  • Updated Readme
  • Fix dependencies for correct installation: Pin protobuf and pydantic

deepcomp 1.4.1

07 Oct 17:21
Compare
Choose a tag to compare
  • Enable 'avg' reward aggregation for DeepCoMP by default (was sum)
  • Add --debug CLI option for running in a debugger

deepcomp 1.4.0

05 Oct 12:58
Compare
Choose a tag to compare

Improvements regarding utility functions:

  • Use constants to define the max and min utility, which are then applied for normalization, reward clipping, and rendering
  • Support two additional utility functions (in addition to log): Linear (ie, just data rate) and step function.
    • Configurable via CLI. But: Requires manual adjustment of MIN_UTILITY and MAX_UTILITY

Full Changelog: v1.3.0...v1.4.0

deepcomp 1.3.0

09 Jun 07:30
ce50c32
Compare
Choose a tag to compare
  • Two, configurable heuristics: Dynamic and static
  • Configurable dynamic UE arrival and departure over time
  • Changed reward function for multi-agent: Weighted avg. QoE over all cells in range (based on their connected UEs)
  • Added observation for multi-agent: Avg. QoE of connected UEs at each cell
  • Multiple smaller changes, fixes, eg, upgrade to Ray 1.4

deepcomp 1.2.5

25 Apr 13:44
Compare
Choose a tag to compare

deepcomp 1.2.4

25 Apr 11:08
Compare
Choose a tag to compare
  • Critical bug fix in CLI
  • Improved formatting
  • Docker support

deepcomp 1.2.3

17 Mar 13:56
Compare
Choose a tag to compare

Another small fix in the Readme

deepcomp 1.2.2

17 Mar 13:52
Compare
Choose a tag to compare

Minor fix in readme for PyPi

deepcomp 1.2.1

17 Mar 12:04
Compare
Choose a tag to compare

Minor fixes in Readme and rendered video.

deepcomp 1.2.0

16 Mar 18:51
5155807
Compare
Choose a tag to compare
  • Much improved and extended render function for nicer visualization. New --dashboard mode, new icons, metrics, etcs.
  • New, restructured CLI args
  • Clean up issues (with DeepSource)
  • Minor other changes