Skip to content

Commit 75d8644

Browse files
authored
fix(elt): comment typo in BGAgent.py
begining -> beginning
1 parent e028d36 commit 75d8644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dizoo/beergame/envs/BGAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(
2020
self.curState = [] # this function gets the current state of the game
2121
self.nextState = []
2222
self.curReward = 0 # the reward observed at the current step
23-
self.cumReward = 0 # cumulative reward; reset at the begining of each episode
23+
self.cumReward = 0 # cumulative reward; reset at the beginning of each episode
2424
self.totRew = 0 # it is reward of all players obtained for the current player.
2525
self.c_h = c_h # holding cost
2626
self.c_p = c_p # backorder cost

0 commit comments

Comments
 (0)