MCPcopy Create free account

hub / github.com/LYSJ-feng/mCPP-based-on-MADDPG / functions

Functions340 in github.com/LYSJ-feng/mCPP-based-on-MADDPG

Methodflatparam
(self)
maddpg/common/distributions.py:239
Methodflatparam
(self)
maddpg/common/distributions.py:270
Methodflatparam
(self)
maddpg/common/distributions.py:295
Methodfromflat
(cls, flat)
maddpg/common/distributions.py:176
Methodfromflat
(cls, flat)
maddpg/common/distributions.py:207
Methodfromflat
(cls, flat)
maddpg/common/distributions.py:231
Methodfromflat
(cls, flat)
maddpg/common/distributions.py:260
Methodfromflat
(cls, flat)
maddpg/common/distributions.py:286
Methodfromflat
(cls, flat)
maddpg/common/distributions.py:316
Functionfunction
Just like Theano function. Take a bunch of tensorflow placeholders and expersions computed based on those placeholders and produces f(inputs) ->
maddpg/common/tf_util.py:247
Methodget
(self)
maddpg/common/tf_util.py:64
Methodget
(self)
maddpg/common/tf_util.py:106
Methodget_array
(self)
multiagent/rendering.py:139
Methodget_collision_force
(self, entity_a, entity_b)
multiagent/core.py:220
Methodgood_agents
(self, world)
multiagent/scenarios/simple_crypto.py:87
Functionhuber_loss
Reference: https://en.wikipedia.org/wiki/Huber_loss
maddpg/common/tf_util.py:124
Methodimshow
(self, arr)
multiagent/rendering.py:326
Functioninitialize
Initialize all the uninitialized variables in the global scope.
maddpg/common/tf_util.py:177
Methodis_done
(self)
multiagent/scenarios/custom_env_extend.py:146
Methodkey_press
(self, k, mod)
multiagent/policy.py:43
Methodkey_release
(self, k, mod)
multiagent/policy.py:48
Methodkl
(self, other)
maddpg/common/distributions.py:157
Methodkl
(self, other)
maddpg/common/distributions.py:188
Methodkl
(self, other)
maddpg/common/distributions.py:222
Methodkl
(self, other)
maddpg/common/distributions.py:248
Methodkl
(self, other)
maddpg/common/distributions.py:278
Methodkl
(self, other)
maddpg/common/distributions.py:304
Functionload
(name)
multiagent/scenarios/__init__.py:6
Functionload_state
Load all the variables to the current session from the location <fname>
maddpg/common/tf_util.py:226
Methodlogp
(self, x)
maddpg/common/distributions.py:155
Methodlogp
(self, x)
maddpg/common/distributions.py:186
Methodlogp
(self, x)
maddpg/common/distributions.py:220
Methodlogp
(self, x)
maddpg/common/distributions.py:246
Methodlogp
(self, x)
maddpg/common/distributions.py:274
Methodlogp
(self, x)
maddpg/common/distributions.py:301
Functionmake_capsule
(length, width)
multiagent/rendering.py:260
Methodmake_feed_dict
(self, data)
maddpg/common/tf_util.py:67
Methodmake_latest_index
(self, batch_size)
maddpg/trainer/replay_buffer.py:52
Methodmake_world
(self)
multiagent/scenario.py:7
Methodmake_world
(self)
multiagent/scenarios/simple_adversary.py:8
Methodmake_world
(self)
multiagent/scenarios/simple_world_comm.py:7
Methodmake_world
(self)
multiagent/scenarios/simple_crypto.py:21
Methodmake_world
(self)
multiagent/scenarios/simple_spread.py:7
Methodmake_world
(self)
multiagent/scenarios/simple_reference.py:6
Methodmake_world
(self)
multiagent/scenarios/custom_env_extend.py:11
Methodmake_world
(self)
multiagent/scenarios/simple_speaker_listener.py:6
Methodmake_world
(self)
multiagent/scenarios/simple_tag.py:7
Methodmake_world
(self)
multiagent/scenarios/simple_push.py:6
Methodmass
(self)
multiagent/core.py:65
Functionmax
(x, axis=None, keepdims=False)
maddpg/common/tf_util.py:15
Functionminimize_and_clip
Minimized `objective` using `optimizer` w.r.t. variables in `var_list` while ensure the norm of the gradients for each variable is clipped t
maddpg/common/tf_util.py:137
Functionmlp_model
(input, num_outputs, scope, reuse=False, num_units=64, rnn_cell=None)
experiments/train.py:45
Methodmode
(self)
maddpg/common/distributions.py:153
Methodmode
(self)
maddpg/common/distributions.py:184
Methodmode
(self)
maddpg/common/distributions.py:218
Methodmode
(self)
maddpg/common/distributions.py:241
Methodmode
(self)
maddpg/common/distributions.py:272
Methodmode
(self)
maddpg/common/distributions.py:298
Methodn
(self)
multiagent/environment.py:323
Methodobservation
(self, agent, world)
multiagent/scenarios/simple.py:45
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_adversary.py:121
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_world_comm.py:224
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_crypto.py:124
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_spread.py:84
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_reference.py:61
Methodobservation
entity_pos = [] # 无人机与障碍物的距离 for entity in world.traps: # [Trap(), Trap(), ...] entity_pos.append(entity.state.p_pos
multiagent/scenarios/custom_env_extend.py:59
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_speaker_listener.py:69
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_tag.py:131
Methodobservation
(self, agent, world)
multiagent/scenarios/simple_push.py:76
Methodobservation2
(self, agent, world)
multiagent/scenarios/simple_world_comm.py:201
Methodobservation_space
(self)
multiagent/environment.py:331
Methodoutside_boundary
(self, agent)
multiagent/scenarios/simple_world_comm.py:148
Methodparam_placeholder
(self, prepend_shape, name=None)
maddpg/common/distributions.py:40
Methodparam_shape
(self)
maddpg/common/distributions.py:50
Methodparam_shape
(self)
maddpg/common/distributions.py:62
Methodparam_shape
(self)
maddpg/common/distributions.py:78
Methodparam_shape
(self)
maddpg/common/distributions.py:94
Methodparam_shape
(self)
maddpg/common/distributions.py:106
Methodparam_shape
(self)
maddpg/common/distributions.py:118
Methodpdclass
(self)
maddpg/common/distributions.py:48
Methodpdclass
(self)
maddpg/common/distributions.py:60
Methodpdclass
(self)
maddpg/common/distributions.py:74
Methodpdclass
(self)
maddpg/common/distributions.py:90
Methodpdclass
(self)
maddpg/common/distributions.py:104
Methodpdclass
(self)
maddpg/common/distributions.py:116
Methodpdfromflat
(self, flat)
maddpg/common/distributions.py:76
Methodpdfromflat
(self, flat)
maddpg/common/distributions.py:92
Methodpolicy_agents
(self)
multiagent/core.py:130
Methodpreupdate
(self)
maddpg/trainer/maddpg.py:169
Methodprocess_experience
(self, obs, act, rew, new_obs, done, terminal)
maddpg/__init__.py:8
Methodrender
(self, mode='human', close=True)
multiagent/environment.py:356
Methodrender
(self, return_rgb_array=False)
multiagent/rendering.py:86
Methodrender1
(self)
multiagent/rendering.py:219
Methodrender1
(self)
multiagent/rendering.py:228
Methodrender1
(self)
multiagent/rendering.py:275
Methodrender1
(self)
multiagent/rendering.py:286
Methodrender1
(self)
multiagent/rendering.py:302
Methodrender1
(self)
multiagent/rendering.py:316
Methodreset
(self)
multiagent/environment.py:349
Methodreset_world
(self, world)
multiagent/scenario.py:11
← previousnext →201–300 of 340, ranked by callers