MCPcopy Create free account

hub / github.com/TianhongDai/distributed-ppo / functions

Functions31 in github.com/TianhongDai/distributed-ppo

↓ 7 callersMethodget
(self)
utils.py:28
↓ 7 callersMethodreset
(self)
utils.py:36
↓ 2 callersMethodadd_gradient
(self, models)
utils.py:66
↓ 2 callersMethodincrement
(self)
utils.py:32
↓ 2 callersMethodnormalize
(self, x)
utils.py:86
↓ 2 callersMethodnormalize_filter
(self, x, mean, std)
dppo_agent.py:225
↓ 2 callersMethodswitch
(self)
utils.py:18
↓ 1 callersMethod__init__
(self, num_inputs, num_actions)
models.py:9
↓ 1 callersMethodadd
(self, reward)
utils.py:46
↓ 1 callersMethodcalculate_discounted_reward
(self, state_batch_tensor, done_batch, reward_batch, actions_batch_tensor)
dppo_agent.py:137
↓ 1 callersMethodcalculate_the_gradients
(self, state_batch_tensor, actions_batch, returns, advantages, old_action_prob, critic_shared_grad_buffer, \
dppo_agent.py:87
↓ 1 callersMethodget_results
(self)
utils.py:106
↓ 1 callersMethodselect_actions
(self, alpha, beta)
dppo_agent.py:178
↓ 1 callersMethodtest_network
(self, model_path)
dppo_agent.py:189
↓ 1 callersMethodupdate_network
(self, brain_memory, critic_shared_grad_buffer, actor_shared_grad_buffer, \ share
dppo_agent.py:64
Method__init__
(self)
utils.py:9
Method__init__
(self)
utils.py:24
Method__init__
(self)
utils.py:42
Method__init__
(self, models)
utils.py:60
Method__init__
(self, num_inputs)
utils.py:79
Method__init__
(self, num_inputs)
models.py:36
Method__init__
(self, args)
dppo_agent.py:12
Functionachieve_args
()
arguments.py:5
Functionchief_worker
(num_workers, traffic_signal, critic_counter, actor_counter, critic_shared_model, actor_shared_model, \ cr
chief.py:5
Methodforward
(self, x)
models.py:25
Methodforward
(self, x)
models.py:47
Methodget
(self)
utils.py:13
Methodget
(self)
utils.py:50
Methodreset
(self)
utils.py:54
Methodreset
(self)
utils.py:71
Methodtrain_network
(self, traffic_signal, critic_counter, actor_counter, shared_critic_model, shared_actor_model, \
dppo_agent.py:24