Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/GA3C
/ functions
Functions
62 in github.com/NVlabs/GA3C
⨍
Functions
62
◇
Types & classes
11
↓ 8 callers
Method
run
(self)
ga3c/ProcessStats.py:62
↓ 3 callers
Method
_checkpoint_filename
(self, episode)
ga3c/NetworkVP.py:246
↓ 3 callers
Method
dense_layer
(self, input, out_dim, name, func=tf.nn.relu)
ga3c/NetworkVP.py:181
↓ 3 callers
Method
log
(self, x, y_r, a)
ga3c/NetworkVP.py:240
↓ 2 callers
Method
__get_base_feed_dict
(self)
ga3c/NetworkVP.py:214
↓ 2 callers
Method
_update_frame_q
(self, frame)
ga3c/Environment.py:69
↓ 2 callers
Method
conv2d_layer
(self, input, filter_size, out_dim, name, strides, func=tf.nn.relu)
ga3c/NetworkVP.py:196
↓ 2 callers
Method
enable_disable_components
(self)
ga3c/ThreadDynamicAdjustment.py:50
↓ 2 callers
Method
get_num_actions
(self)
ga3c/Environment.py:75
↓ 2 callers
Method
remove_agent
(self)
ga3c/Server.py:65
↓ 2 callers
Method
remove_predictor
(self)
ga3c/Server.py:74
↓ 2 callers
Method
remove_trainer
(self)
ga3c/Server.py:83
↓ 2 callers
Method
reset
(self)
ga3c/GameManager.py:38
↓ 2 callers
Method
step
(self, action)
ga3c/GameManager.py:42
↓ 2 callers
Method
update_stats
(self)
ga3c/ThreadDynamicAdjustment.py:83
↓ 1 callers
Method
FPS
(self)
ga3c/ProcessStats.py:54
↓ 1 callers
Method
TPS
(self)
ga3c/ProcessStats.py:58
↓ 1 callers
Method
_accumulate_rewards
(experiences, discount_factor, terminal_reward)
ga3c/ProcessAgent.py:57
↓ 1 callers
Method
_create_graph
(self)
ga3c/NetworkVP.py:68
↓ 1 callers
Method
_create_tensor_board
(self)
ga3c/NetworkVP.py:161
↓ 1 callers
Method
_get_current_state
(self)
ga3c/Environment.py:62
↓ 1 callers
Method
_get_episode_from_filename
(self, filename)
ga3c/NetworkVP.py:249
↓ 1 callers
Method
_preprocess
(image)
ga3c/Environment.py:56
↓ 1 callers
Method
_rgb2gray
(rgb)
ga3c/Environment.py:52
↓ 1 callers
Method
_update_display
(self)
ga3c/GameManager.py:47
↓ 1 callers
Method
add_agent
(self)
ga3c/Server.py:60
↓ 1 callers
Method
add_predictor
(self)
ga3c/Server.py:70
↓ 1 callers
Method
add_trainer
(self)
ga3c/Server.py:79
↓ 1 callers
Method
convert_data
(self, experiences)
ga3c/ProcessAgent.py:65
↓ 1 callers
Method
load
(self)
ga3c/NetworkVP.py:256
↓ 1 callers
Method
main
(self)
ga3c/Server.py:102
↓ 1 callers
Method
predict
(self, state)
ga3c/ProcessAgent.py:71
↓ 1 callers
Method
predict_p
(self, x)
ga3c/NetworkVP.py:228
↓ 1 callers
Method
predict_p_and_v
(self, x)
ga3c/NetworkVP.py:232
↓ 1 callers
Method
random_walk
(self)
ga3c/ThreadDynamicAdjustment.py:75
↓ 1 callers
Method
reset
(self)
ga3c/Environment.py:78
↓ 1 callers
Method
run_episode
(self)
ga3c/ProcessAgent.py:85
↓ 1 callers
Method
save
(self, episode)
ga3c/NetworkVP.py:253
↓ 1 callers
Method
save_model
(self)
ga3c/Server.py:99
↓ 1 callers
Method
select_action
(self, prediction)
ga3c/ProcessAgent.py:78
↓ 1 callers
Method
train
(self, x, y_r, a, trainer_id)
ga3c/NetworkVP.py:235
↓ 1 callers
Method
train_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
Method
get_global_step
(self)
ga3c/NetworkVP.py:217
Method
get_variable_value
(self, name)
ga3c/NetworkVP.py:266
Method
get_variables_names
(self)
ga3c/NetworkVP.py:263
Method
predict_single
(self, x)
ga3c/NetworkVP.py:221
Method
predict_v
(self, x)
ga3c/NetworkVP.py:224
Method
run
(self)
ga3c/ThreadDynamicAdjustment.py:88
Method
run
(self)
ga3c/ProcessAgent.py:121
Method
run
(self)
ga3c/ThreadTrainer.py:42
Method
run
(self)
ga3c/ThreadPredictor.py:43
Method
step
(self, action)
ga3c/Environment.py:84