Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brendanator/atari-rl
/ functions
Functions
138 in github.com/brendanator/atari-rl
⨍
Functions
138
◇
Types & classes
25
Method
__init__
(self, name, inputs, conv_outputs, reward_scaling, config)
networks/dqn.py:183
Method
__init__
(self, summary, config)
atari/atari.py:10
Method
__init__
(self, **kwargs)
test/mock.py:2
Method
__init__
(self, config)
agents/exploration_bonus.py:10
Method
__init__
(self, config)
agents/replay_memory.py:12
Method
__init__
(self, replay_memory, required_feeds, indices)
agents/replay_memory.py:159
Method
__init__
(self, policy_network, replay_memory, summary, config)
agents/agent.py:8
Method
__init__
(self)
agents/replay_priorities.py:7
Method
__init__
(self, config)
agents/replay_priorities.py:29
Method
__init__
(self, config)
agents/training.py:10
Method
__init__
(self, config)
util/summary.py:5
Method
__missing__
(self, key)
util/util.py:106
Method
__str__
(self)
agents/replay_priorities.py:95
Method
_get_image
(self)
atari/atari.py:108
Function
add_loss_summaries
Add summaries for losses in model. Generates moving average for all losses and associated summaries for visualizing the performance of the networ
util/util.py:51
Method
batch_sigma_squared
(self, batch)
networks/reward_scaling.py:23
Method
choose_action
(self)
networks/dqn.py:134
Method
epsilon
(self, step, epsilon)
util/summary.py:12
Function
format_offset
(prefix, t)
util/util.py:42
Method
log_episode
(self, step)
atari/atari.py:84
Function
main
(_)
main.py:120
Function
memoize
Memoization decorator for a function taking one or more arguments. Taken from here: https://goo.gl/gxOVPQ
util/util.py:97
Function
offset_data
(t, name)
networks/inputs.py:65
Method
probabilities
(self, indices)
agents/replay_priorities.py:80
Method
right_child
(self, index)
agents/replay_priorities.py:92
Function
run_directory
(config)
util/util.py:11
Method
sample_indices
(self, count)
agents/replay_priorities.py:16
Function
scale_gradient
(inputs, scale)
util/util.py:78
Method
scale_gradients
(self, grads, variables_to_scale)
networks/reward_scaling.py:70
Function
scaled_gradient
(op, grad)
util/util.py:84
Function
stop_training
(signum, frame)
main.py:125
Method
test_proportional_priority
(self)
test/test_replay_priorities.py:10
Method
test_replay_memory
(self)
test/test_replay_memory.py:10
Method
unnormalize_output
(self, output)
networks/reward_scaling.py:63
Method
update_priorities
(self, indices, priorities)
agents/replay_priorities.py:13
Method
variables
(self)
networks/reward_scaling.py:43
Method
variables
(self)
networks/reward_scaling.py:67
Method
variables
(self)
networks/dqn.py:141
← previous
101–138 of 138, ranked by callers