MCPcopy Create free account

hub / github.com/NVlabs/GA3C / functions

Functions62 in github.com/NVlabs/GA3C

↓ 8 callersMethodrun
(self)
ga3c/ProcessStats.py:62
↓ 3 callersMethod_checkpoint_filename
(self, episode)
ga3c/NetworkVP.py:246
↓ 3 callersMethoddense_layer
(self, input, out_dim, name, func=tf.nn.relu)
ga3c/NetworkVP.py:181
↓ 3 callersMethodlog
(self, x, y_r, a)
ga3c/NetworkVP.py:240
↓ 2 callersMethod__get_base_feed_dict
(self)
ga3c/NetworkVP.py:214
↓ 2 callersMethod_update_frame_q
(self, frame)
ga3c/Environment.py:69
↓ 2 callersMethodconv2d_layer
(self, input, filter_size, out_dim, name, strides, func=tf.nn.relu)
ga3c/NetworkVP.py:196
↓ 2 callersMethodenable_disable_components
(self)
ga3c/ThreadDynamicAdjustment.py:50
↓ 2 callersMethodget_num_actions
(self)
ga3c/Environment.py:75
↓ 2 callersMethodremove_agent
(self)
ga3c/Server.py:65
↓ 2 callersMethodremove_predictor
(self)
ga3c/Server.py:74
↓ 2 callersMethodremove_trainer
(self)
ga3c/Server.py:83
↓ 2 callersMethodreset
(self)
ga3c/GameManager.py:38
↓ 2 callersMethodstep
(self, action)
ga3c/GameManager.py:42
↓ 2 callersMethodupdate_stats
(self)
ga3c/ThreadDynamicAdjustment.py:83
↓ 1 callersMethodFPS
(self)
ga3c/ProcessStats.py:54
↓ 1 callersMethodTPS
(self)
ga3c/ProcessStats.py:58
↓ 1 callersMethod_accumulate_rewards
(experiences, discount_factor, terminal_reward)
ga3c/ProcessAgent.py:57
↓ 1 callersMethod_create_graph
(self)
ga3c/NetworkVP.py:68
↓ 1 callersMethod_create_tensor_board
(self)
ga3c/NetworkVP.py:161
↓ 1 callersMethod_get_current_state
(self)
ga3c/Environment.py:62
↓ 1 callersMethod_get_episode_from_filename
(self, filename)
ga3c/NetworkVP.py:249
↓ 1 callersMethod_preprocess
(image)
ga3c/Environment.py:56
↓ 1 callersMethod_rgb2gray
(rgb)
ga3c/Environment.py:52
↓ 1 callersMethod_update_display
(self)
ga3c/GameManager.py:47
↓ 1 callersMethodadd_agent
(self)
ga3c/Server.py:60
↓ 1 callersMethodadd_predictor
(self)
ga3c/Server.py:70
↓ 1 callersMethodadd_trainer
(self)
ga3c/Server.py:79
↓ 1 callersMethodconvert_data
(self, experiences)
ga3c/ProcessAgent.py:65
↓ 1 callersMethodload
(self)
ga3c/NetworkVP.py:256
↓ 1 callersMethodmain
(self)
ga3c/Server.py:102
↓ 1 callersMethodpredict
(self, state)
ga3c/ProcessAgent.py:71
↓ 1 callersMethodpredict_p
(self, x)
ga3c/NetworkVP.py:228
↓ 1 callersMethodpredict_p_and_v
(self, x)
ga3c/NetworkVP.py:232
↓ 1 callersMethodrandom_walk
(self)
ga3c/ThreadDynamicAdjustment.py:75
↓ 1 callersMethodreset
(self)
ga3c/Environment.py:78
↓ 1 callersMethodrun_episode
(self)
ga3c/ProcessAgent.py:85
↓ 1 callersMethodsave
(self, episode)
ga3c/NetworkVP.py:253
↓ 1 callersMethodsave_model
(self)
ga3c/Server.py:99
↓ 1 callersMethodselect_action
(self, prediction)
ga3c/ProcessAgent.py:78
↓ 1 callersMethodtrain
(self, x, y_r, a, trainer_id)
ga3c/NetworkVP.py:235
↓ 1 callersMethodtrain_model
(self, x_, r_, a_, trainer_id)
ga3c/Server.py:88
Method__init__
(self, server)
ga3c/ThreadDynamicAdjustment.py:36
Method__init__
(self)
ga3c/ProcessStats.py:43
Method__init__
(self, id, prediction_q, training_q, episode_log_q)
ga3c/ProcessAgent.py:39
Method__init__
(self, server, id)
ga3c/ThreadTrainer.py:34
Method__init__
(self, device, model_name, num_actions)
ga3c/NetworkVP.py:36
Method__init__
(self, game_name, display)
ga3c/GameManager.py:31
Method__init__
(self, state, action, prediction, reward, done)
ga3c/Experience.py:28
Method__init__
(self, server, id)
ga3c/ThreadPredictor.py:35
Method__init__
(self)
ga3c/Server.py:42
Method__init__
(self)
ga3c/Environment.py:41
Methodget_global_step
(self)
ga3c/NetworkVP.py:217
Methodget_variable_value
(self, name)
ga3c/NetworkVP.py:266
Methodget_variables_names
(self)
ga3c/NetworkVP.py:263
Methodpredict_single
(self, x)
ga3c/NetworkVP.py:221
Methodpredict_v
(self, x)
ga3c/NetworkVP.py:224
Methodrun
(self)
ga3c/ThreadDynamicAdjustment.py:88
Methodrun
(self)
ga3c/ProcessAgent.py:121
Methodrun
(self)
ga3c/ThreadTrainer.py:42
Methodrun
(self)
ga3c/ThreadPredictor.py:43
Methodstep
(self, action)
ga3c/Environment.py:84