MCPcopy Create free account

hub / github.com/OptMLGroup/DeepBeerInventory-RL / functions

Functions67 in github.com/OptMLGroup/DeepBeerInventory-RL

↓ 12 callersMethodtester
(self,testType,plt, colori, labeli ,m)
clBeergame.py:430
↓ 7 callersMethodactionValue
(self,curTime,playType)
BGAgent.py:90
↓ 6 callersFunctionadd_argument_group
(name)
config.py:11
↓ 6 callersMethodfc_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 callersMethoddoTestMid
(self, demandTs)
clBeergame.py:310
↓ 2 callersMethodcreateQNetwork
(self, graph_name, initial_w=[], initial_b=[])
SRDQN.py:239
↓ 2 callersMethodgetCurState
(self,t)
BGAgent.py:127
↓ 2 callersMethodgetDNNAction
(self,playType)
SRDQN.py:402
↓ 2 callersMethodplayGame
(self, demand, playType)
clBeergame.py:235
↓ 2 callersMethodsetInitState
(self,observation)
SRDQN.py:421
↓ 2 callersMethodtrainQNetwork
(self)
SRDQN.py:296
↓ 2 callersFunctionupdate_config
(config)
config.py:573
↓ 1 callersFunctionbuildActionList
(config)
config.py:188
↓ 1 callersMethodcopyTargetQNetwork
(self)
SRDQN.py:277
↓ 1 callersMethodcopyTargetQNetworkFunc
(self)
SRDQN.py:190
↓ 1 callersMethodcreateAgent
(self)
clBeergame.py:35
↓ 1 callersMethodcreateInputs
(self)
SRDQN.py:202
↓ 1 callersMethodcreateQNetworkForTL
(self, graph_name='Q')
SRDQN.py:209
↓ 1 callersMethodcreateTrainingMethod
(self)
SRDQN.py:280
↓ 1 callersMethoddistTotReward
(self)
clBeergame.py:77
↓ 1 callersMethoddoTest
(self, m,demand)
clBeergame.py:351
↓ 1 callersMethodepsilonBuild
(self)
SRDQN.py:425
↓ 1 callersMethodepsilonReduce
(self)
SRDQN.py:433
↓ 1 callersFunctionfill_leadtime_initial_values
(config)
config.py:550
↓ 1 callersFunctionfillnodes
(config)
config.py:283
↓ 1 callersFunctionfix_lead_time_manufacturer
(config)
config.py:563
↓ 1 callersMethodgetAction
(self, k)
clBeergame.py:91
↓ 1 callersMethodgetOptimalSol
(self)
clBeergame.py:255
↓ 1 callersMethodgetReward
(self)
BGAgent.py:118
↓ 1 callersFunctiongetStateDim
(config)
config.py:197
↓ 1 callersMethodgetTotRew
(self)
clBeergame.py:67
↓ 1 callersFunctionget_auxuliary_leadtime_initial_values
(config)
config.py:559
↓ 1 callersFunctionget_config
()
config.py:544
↓ 1 callersFunctionget_time
()
utilities.py:90
↓ 1 callersMethodhandelAction
(self)
clBeergame.py:204
↓ 1 callersFunctionmain
(config)
main.py:13
↓ 1 callersMethodnext
(self)
clBeergame.py:162
↓ 1 callersMethodplanHorizon
(self)
clBeergame.py:42
↓ 1 callersFunctionplotting
(plt, data, colori, pltLabel)
plotting.py:9
↓ 1 callersFunctionprepare_dirs_and_logger
(config)
utilities.py:36
↓ 1 callersMethodrecieveItems
(self, time)
BGAgent.py:84
↓ 1 callersMethodresetGame
(self, demand, playType)
clBeergame.py:48
↓ 1 callersMethodresetPlayer
(self, T)
BGAgent.py:60
↓ 1 callersFunctionsavePlot
(players, curGame, Rsltdnn, RsltFrmu, RsltOptm, config, m)
plotting.py:46
↓ 1 callersFunctionsave_config
(config)
utilities.py:94
↓ 1 callersFunctionsave_json
(obj,name)
utilities.py:109
↓ 1 callersFunctionsetAgentType
(config)
config.py:209
↓ 1 callersFunctionsetSavedDimentionPerBrain
(config)
config.py:290
↓ 1 callersFunctionset_sterman_parameters
(config)
config.py:568
↓ 1 callersMethodtrain
(self,nextObservation,action,reward,terminal,playType)
SRDQN.py:366
↓ 1 callersMethodupdate_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
Methodbias_variable
Create a bias variable with appropriate initialization.
SRDQN.py:474
MethodcopyBaseNetworkFunc
(self, weights, biases)
SRDQN.py:196
MethoddeleteGraph
(self)
SRDQN.py:438
Methodflush
(self)
utilities.py:29
Functionload
(name)
utilities.py:106
FunctionplotBaseStock
(data, colori, pltLabel, curGame, config, m)
plotting.py:79
Functionsave
(obj,name)
utilities.py:103
Functionset_optimal
(config)
config.py:536
Functionstr2bool
(v)
config.py:5
Methodvariable_summaries
Attach a lot of summaries to a Tensor (for TensorBoard visualization).
SRDQN.py:451
Methodweight_variable
Create a weight variable with appropriate initialization.
SRDQN.py:463
Methodwrite
(self, message)
utilities.py:25