MCPcopy Create free account

hub / github.com/devsisters/DQN-tensorflow / functions

Functions57 in github.com/devsisters/DQN-tensorflow

↓ 12 callersFunctionlinear
(input_, output_size, stddev=0.02, bias_start=0.0, activation_fn=None, name='linear')
dqn/ops.py:39
↓ 6 callersFunctionconv2d
(x, output_dim, kernel_size, stride, initializer=tf.contrib.layers
dqn/ops.py:11
↓ 5 callersMethod_step
(self, action)
dqn/environment.py:34
↓ 5 callersMethodadd
(self, screen)
dqn/history.py:13
↓ 3 callersMethodnew_random_game
(self)
dqn/environment.py:27
↓ 3 callersMethodrender
(self)
dqn/environment.py:58
↓ 3 callersMethodupdate_target_q_network
(self)
dqn/agent.py:333
↓ 2 callersMethod__init__
(self, config)
dqn/environment.py:7
↓ 2 callersMethodact
(self, action, is_training=True)
dqn/environment.py:69
↓ 2 callersMethodafter_act
(self, action)
dqn/environment.py:62
↓ 2 callersMethodget
(self)
dqn/history.py:20
↓ 2 callersMethodgetState
(self, index)
dqn/replay_memory.py:40
↓ 2 callersMethodload
(self)
dqn/replay_memory.py:94
↓ 2 callersMethodpredict
(self, s_t, test_ep=None)
dqn/agent.py:116
↓ 2 callersMethodsample
(self)
dqn/replay_memory.py:53
↓ 2 callersMethodsave
(self)
dqn/replay_memory.py:88
↓ 1 callersMethodbuild_dqn
(self)
dqn/agent.py:176
↓ 1 callersFunctioncalc_gpu_fraction
(fraction_string)
main.py:36
↓ 1 callersFunctionclass_vars
(obj)
dqn/base.py:9
↓ 1 callersFunctionclipped_error
(x)
dqn/ops.py:4
↓ 1 callersFunctionget_config
(FLAGS)
config.py:52
↓ 1 callersFunctionget_time
()
dqn/utils.py:29
↓ 1 callersMethodinject_summary
(self, tag_dict, step)
dqn/agent.py:358
↓ 1 callersMethodload_model
(self)
dqn/base.py:39
↓ 1 callersFunctionload_npy
(path)
dqn/utils.py:51
↓ 1 callersFunctionload_pkl
(path)
dqn/utils.py:39
↓ 1 callersMethodnew_game
(self, from_random_game=False)
dqn/environment.py:20
↓ 1 callersMethodobserve
(self, screen, reward, action, terminal)
dqn/agent.py:128
↓ 1 callersMethodplay
(self, n_step=10000, n_episode=100, test_ep=None, render=False)
dqn/agent.py:365
↓ 1 callersMethodq_learning_mini_batch
(self)
dqn/agent.py:141
↓ 1 callersMethodreset
(self)
dqn/history.py:17
↓ 1 callersFunctionrgb2gray
(image)
dqn/utils.py:16
↓ 1 callersMethodsave_model
(self, step=None)
dqn/base.py:31
↓ 1 callersFunctionsave_npy
(obj, path)
dqn/utils.py:46
↓ 1 callersFunctionsave_pkl
(obj, path)
dqn/utils.py:33
↓ 1 callersMethodtrain
(self)
dqn/agent.py:32
Method__init__
(self, config, model_dir)
dqn/replay_memory.py:11
Method__init__
(self, config)
dqn/environment.py:66
Method__init__
(self, config)
dqn/environment.py:90
Method__init__
(self, config)
dqn/history.py:4
Method__init__
(self, config)
dqn/base.py:15
Method__init__
(self, config, environment, sess)
dqn/agent.py:16
Method_random_step
(self)
dqn/environment.py:37
Methodact
(self, action, is_training=True)
dqn/environment.py:93
Methodaction_size
(self)
dqn/environment.py:47
Methodadd
(self, screen, reward, action, terminal)
dqn/replay_memory.py:30
Methodcheckpoint_dir
(self)
dqn/base.py:54
Methodlives
(self)
dqn/environment.py:51
Methodload_weight_from_pkl
(self, cpu_mode=False)
dqn/agent.py:344
Functionmain
(_)
main.py:44
Methodmodel_dir
(self)
dqn/base.py:58
Methodsave_weight_to_pkl
(self)
dqn/agent.py:337
Methodsaver
(self)
dqn/base.py:67
Methodscreen
(self)
dqn/environment.py:42
Methodstate
(self)
dqn/environment.py:55
Functiontimed
(*args, **kwargs)
dqn/utils.py:20
Functiontimeit
(f)
dqn/utils.py:19