Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OptMLGroup/DeepBeerInventory-RL
/ functions
Functions
67 in github.com/OptMLGroup/DeepBeerInventory-RL
⨍
Functions
67
◇
Types & classes
4
↓ 12 callers
Method
tester
(self,testType,plt, colori, labeli ,m)
clBeergame.py:430
↓ 7 callers
Method
actionValue
(self,curTime,playType)
BGAgent.py:90
↓ 6 callers
Function
add_argument_group
(name)
config.py:11
↓ 6 callers
Method
fc_layer
Reusable code for making a simple fully connected neural net layer. It does a matrix multiply, bias add, and then uses relu to nonlinearize. It a
SRDQN.py:444
↓ 4 callers
Method
doTestMid
(self, demandTs)
clBeergame.py:310
↓ 2 callers
Method
createQNetwork
(self, graph_name, initial_w=[], initial_b=[])
SRDQN.py:239
↓ 2 callers
Method
getCurState
(self,t)
BGAgent.py:127
↓ 2 callers
Method
getDNNAction
(self,playType)
SRDQN.py:402
↓ 2 callers
Method
playGame
(self, demand, playType)
clBeergame.py:235
↓ 2 callers
Method
setInitState
(self,observation)
SRDQN.py:421
↓ 2 callers
Method
trainQNetwork
(self)
SRDQN.py:296
↓ 2 callers
Function
update_config
(config)
config.py:573
↓ 1 callers
Function
buildActionList
(config)
config.py:188
↓ 1 callers
Method
copyTargetQNetwork
(self)
SRDQN.py:277
↓ 1 callers
Method
copyTargetQNetworkFunc
(self)
SRDQN.py:190
↓ 1 callers
Method
createAgent
(self)
clBeergame.py:35
↓ 1 callers
Method
createInputs
(self)
SRDQN.py:202
↓ 1 callers
Method
createQNetworkForTL
(self, graph_name='Q')
SRDQN.py:209
↓ 1 callers
Method
createTrainingMethod
(self)
SRDQN.py:280
↓ 1 callers
Method
distTotReward
(self)
clBeergame.py:77
↓ 1 callers
Method
doTest
(self, m,demand)
clBeergame.py:351
↓ 1 callers
Method
epsilonBuild
(self)
SRDQN.py:425
↓ 1 callers
Method
epsilonReduce
(self)
SRDQN.py:433
↓ 1 callers
Function
fill_leadtime_initial_values
(config)
config.py:550
↓ 1 callers
Function
fillnodes
(config)
config.py:283
↓ 1 callers
Function
fix_lead_time_manufacturer
(config)
config.py:563
↓ 1 callers
Method
getAction
(self, k)
clBeergame.py:91
↓ 1 callers
Method
getOptimalSol
(self)
clBeergame.py:255
↓ 1 callers
Method
getReward
(self)
BGAgent.py:118
↓ 1 callers
Function
getStateDim
(config)
config.py:197
↓ 1 callers
Method
getTotRew
(self)
clBeergame.py:67
↓ 1 callers
Function
get_auxuliary_leadtime_initial_values
(config)
config.py:559
↓ 1 callers
Function
get_config
()
config.py:544
↓ 1 callers
Function
get_time
()
utilities.py:90
↓ 1 callers
Method
handelAction
(self)
clBeergame.py:204
↓ 1 callers
Function
main
(config)
main.py:13
↓ 1 callers
Method
next
(self)
clBeergame.py:162
↓ 1 callers
Method
planHorizon
(self)
clBeergame.py:42
↓ 1 callers
Function
plotting
(plt, data, colori, pltLabel)
plotting.py:9
↓ 1 callers
Function
prepare_dirs_and_logger
(config)
utilities.py:36
↓ 1 callers
Method
recieveItems
(self, time)
BGAgent.py:84
↓ 1 callers
Method
resetGame
(self, demand, playType)
clBeergame.py:48
↓ 1 callers
Method
resetPlayer
(self, T)
BGAgent.py:60
↓ 1 callers
Function
savePlot
(players, curGame, Rsltdnn, RsltFrmu, RsltOptm, config, m)
plotting.py:46
↓ 1 callers
Function
save_config
(config)
utilities.py:94
↓ 1 callers
Function
save_json
(obj,name)
utilities.py:109
↓ 1 callers
Function
setAgentType
(config)
config.py:209
↓ 1 callers
Function
setSavedDimentionPerBrain
(config)
config.py:290
↓ 1 callers
Function
set_sterman_parameters
(config)
config.py:568
↓ 1 callers
Method
train
(self,nextObservation,action,reward,terminal,playType)
SRDQN.py:366
↓ 1 callers
Method
update_OO
(self)
clBeergame.py:456
Method
__init__
(self,agentNum,config)
SRDQN.py:10
Method
__init__
(self,config)
utilities.py:21
Method
__init__
(self, agentNum, IL, AO, AS, c_h, c_p, eta, compuType, config)
BGAgent.py:8
Method
__init__
(self, config)
clBeergame.py:15
Method
bias_variable
Create a bias variable with appropriate initialization.
SRDQN.py:474
Method
copyBaseNetworkFunc
(self, weights, biases)
SRDQN.py:196
Method
deleteGraph
(self)
SRDQN.py:438
Method
flush
(self)
utilities.py:29
Function
load
(name)
utilities.py:106
Function
plotBaseStock
(data, colori, pltLabel, curGame, config, m)
plotting.py:79
Function
save
(obj,name)
utilities.py:103
Function
set_optimal
(config)
config.py:536
Function
str2bool
(v)
config.py:5
Method
variable_summaries
Attach a lot of summaries to a Tensor (for TensorBoard visualization).
SRDQN.py:451
Method
weight_variable
Create a weight variable with appropriate initialization.
SRDQN.py:463
Method
write
(self, message)
utilities.py:25