We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e028d36 commit 75d8644Copy full SHA for 75d8644
dizoo/beergame/envs/BGAgent.py
@@ -20,7 +20,7 @@ def __init__(
20
self.curState = [] # this function gets the current state of the game
21
self.nextState = []
22
self.curReward = 0 # the reward observed at the current step
23
- self.cumReward = 0 # cumulative reward; reset at the begining of each episode
+ self.cumReward = 0 # cumulative reward; reset at the beginning of each episode
24
self.totRew = 0 # it is reward of all players obtained for the current player.
25
self.c_h = c_h # holding cost
26
self.c_p = c_p # backorder cost
0 commit comments