remove unused function
This commit is contained in:
parent
8f1a8c752b
commit
44b042ba51
@ -18,12 +18,6 @@ class Actions(Enum):
|
|||||||
Short_exit = 4
|
Short_exit = 4
|
||||||
|
|
||||||
|
|
||||||
def mean_over_std(x):
|
|
||||||
std = np.std(x, ddof=1)
|
|
||||||
mean = np.mean(x)
|
|
||||||
return mean / std if std > 0 else 0
|
|
||||||
|
|
||||||
|
|
||||||
class Base5ActionRLEnv(BaseEnvironment):
|
class Base5ActionRLEnv(BaseEnvironment):
|
||||||
"""
|
"""
|
||||||
Base class for a 5 action environment
|
Base class for a 5 action environment
|
||||||
|
Loading…
Reference in New Issue
Block a user