Skip to content

Commit

Permalink
back to normal util; bump to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schneider committed Oct 5, 2021
1 parent 6869bae commit 2dd4615
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions deepcomp/util/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
# upper and lower bound for utility
# affects reward clipping, normalization, plotting, etc.; change for different utility function
# TODO: manually adjust for different utility functions. more elegant solution?
MIN_UTILITY = 0
MAX_UTILITY = 1000
MIN_UTILITY = -20
MAX_UTILITY = 20
# MIN_UTILITY = 0
# MAX_UTILITY = 1000


# constants regarding result files
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='deepcomp',
version='1.3.0',
version='1.4.0',
author='Stefan Schneider',
description="DeepCoMP: Self-Learning Dynamic Multi-Cell Selection for Coordinated Multipoint (CoMP)",
long_description=long_description,
Expand Down

0 comments on commit 2dd4615

Please sign in to comment.