From 2dd4615389a98c1ea44a208cc1a34650550fcf6b Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Tue, 5 Oct 2021 14:42:47 +0200 Subject: [PATCH] back to normal util; bump to v1.4 --- deepcomp/util/constants.py | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deepcomp/util/constants.py b/deepcomp/util/constants.py index a5eb78a..8985d85 100644 --- a/deepcomp/util/constants.py +++ b/deepcomp/util/constants.py @@ -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 diff --git a/setup.py b/setup.py index 6d75759..f6b9fec 100644 --- a/setup.py +++ b/setup.py @@ -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,