Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LYSJ-feng/mCPP-based-on-MADDPG
/ functions
Functions
340 in github.com/LYSJ-feng/mCPP-based-on-MADDPG
⨍
Functions
340
◇
Types & classes
60
Method
flatparam
(self)
maddpg/common/distributions.py:239
Method
flatparam
(self)
maddpg/common/distributions.py:270
Method
flatparam
(self)
maddpg/common/distributions.py:295
Method
fromflat
(cls, flat)
maddpg/common/distributions.py:176
Method
fromflat
(cls, flat)
maddpg/common/distributions.py:207
Method
fromflat
(cls, flat)
maddpg/common/distributions.py:231
Method
fromflat
(cls, flat)
maddpg/common/distributions.py:260
Method
fromflat
(cls, flat)
maddpg/common/distributions.py:286
Method
fromflat
(cls, flat)
maddpg/common/distributions.py:316
Function
function
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
Method
get
(self)
maddpg/common/tf_util.py:64
Method
get
(self)
maddpg/common/tf_util.py:106
Method
get_array
(self)
multiagent/rendering.py:139
Method
get_collision_force
(self, entity_a, entity_b)
multiagent/core.py:220
Method
good_agents
(self, world)
multiagent/scenarios/simple_crypto.py:87
Function
huber_loss
Reference: https://en.wikipedia.org/wiki/Huber_loss
maddpg/common/tf_util.py:124
Method
imshow
(self, arr)
multiagent/rendering.py:326
Function
initialize
Initialize all the uninitialized variables in the global scope.
maddpg/common/tf_util.py:177
Method
is_done
(self)
multiagent/scenarios/custom_env_extend.py:146
Method
key_press
(self, k, mod)
multiagent/policy.py:43
Method
key_release
(self, k, mod)
multiagent/policy.py:48
Method
kl
(self, other)
maddpg/common/distributions.py:157
Method
kl
(self, other)
maddpg/common/distributions.py:188
Method
kl
(self, other)
maddpg/common/distributions.py:222
Method
kl
(self, other)
maddpg/common/distributions.py:248
Method
kl
(self, other)
maddpg/common/distributions.py:278
Method
kl
(self, other)
maddpg/common/distributions.py:304
Function
load
(name)
multiagent/scenarios/__init__.py:6
Function
load_state
Load all the variables to the current session from the location <fname>
maddpg/common/tf_util.py:226
Method
logp
(self, x)
maddpg/common/distributions.py:155
Method
logp
(self, x)
maddpg/common/distributions.py:186
Method
logp
(self, x)
maddpg/common/distributions.py:220
Method
logp
(self, x)
maddpg/common/distributions.py:246
Method
logp
(self, x)
maddpg/common/distributions.py:274
Method
logp
(self, x)
maddpg/common/distributions.py:301
Function
make_capsule
(length, width)
multiagent/rendering.py:260
Method
make_feed_dict
(self, data)
maddpg/common/tf_util.py:67
Method
make_latest_index
(self, batch_size)
maddpg/trainer/replay_buffer.py:52
Method
make_world
(self)
multiagent/scenario.py:7
Method
make_world
(self)
multiagent/scenarios/simple_adversary.py:8
Method
make_world
(self)
multiagent/scenarios/simple_world_comm.py:7
Method
make_world
(self)
multiagent/scenarios/simple_crypto.py:21
Method
make_world
(self)
multiagent/scenarios/simple_spread.py:7
Method
make_world
(self)
multiagent/scenarios/simple_reference.py:6
Method
make_world
(self)
multiagent/scenarios/custom_env_extend.py:11
Method
make_world
(self)
multiagent/scenarios/simple_speaker_listener.py:6
Method
make_world
(self)
multiagent/scenarios/simple_tag.py:7
Method
make_world
(self)
multiagent/scenarios/simple_push.py:6
Method
mass
(self)
multiagent/core.py:65
Function
max
(x, axis=None, keepdims=False)
maddpg/common/tf_util.py:15
Function
minimize_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
Function
mlp_model
(input, num_outputs, scope, reuse=False, num_units=64, rnn_cell=None)
experiments/train.py:45
Method
mode
(self)
maddpg/common/distributions.py:153
Method
mode
(self)
maddpg/common/distributions.py:184
Method
mode
(self)
maddpg/common/distributions.py:218
Method
mode
(self)
maddpg/common/distributions.py:241
Method
mode
(self)
maddpg/common/distributions.py:272
Method
mode
(self)
maddpg/common/distributions.py:298
Method
n
(self)
multiagent/environment.py:323
Method
observation
(self, agent, world)
multiagent/scenarios/simple.py:45
Method
observation
(self, agent, world)
multiagent/scenarios/simple_adversary.py:121
Method
observation
(self, agent, world)
multiagent/scenarios/simple_world_comm.py:224
Method
observation
(self, agent, world)
multiagent/scenarios/simple_crypto.py:124
Method
observation
(self, agent, world)
multiagent/scenarios/simple_spread.py:84
Method
observation
(self, agent, world)
multiagent/scenarios/simple_reference.py:61
Method
observation
entity_pos = [] # 无人机与障碍物的距离 for entity in world.traps: # [Trap(), Trap(), ...] entity_pos.append(entity.state.p_pos
multiagent/scenarios/custom_env_extend.py:59
Method
observation
(self, agent, world)
multiagent/scenarios/simple_speaker_listener.py:69
Method
observation
(self, agent, world)
multiagent/scenarios/simple_tag.py:131
Method
observation
(self, agent, world)
multiagent/scenarios/simple_push.py:76
Method
observation2
(self, agent, world)
multiagent/scenarios/simple_world_comm.py:201
Method
observation_space
(self)
multiagent/environment.py:331
Method
outside_boundary
(self, agent)
multiagent/scenarios/simple_world_comm.py:148
Method
param_placeholder
(self, prepend_shape, name=None)
maddpg/common/distributions.py:40
Method
param_shape
(self)
maddpg/common/distributions.py:50
Method
param_shape
(self)
maddpg/common/distributions.py:62
Method
param_shape
(self)
maddpg/common/distributions.py:78
Method
param_shape
(self)
maddpg/common/distributions.py:94
Method
param_shape
(self)
maddpg/common/distributions.py:106
Method
param_shape
(self)
maddpg/common/distributions.py:118
Method
pdclass
(self)
maddpg/common/distributions.py:48
Method
pdclass
(self)
maddpg/common/distributions.py:60
Method
pdclass
(self)
maddpg/common/distributions.py:74
Method
pdclass
(self)
maddpg/common/distributions.py:90
Method
pdclass
(self)
maddpg/common/distributions.py:104
Method
pdclass
(self)
maddpg/common/distributions.py:116
Method
pdfromflat
(self, flat)
maddpg/common/distributions.py:76
Method
pdfromflat
(self, flat)
maddpg/common/distributions.py:92
Method
policy_agents
(self)
multiagent/core.py:130
Method
preupdate
(self)
maddpg/trainer/maddpg.py:169
Method
process_experience
(self, obs, act, rew, new_obs, done, terminal)
maddpg/__init__.py:8
Method
render
(self, mode='human', close=True)
multiagent/environment.py:356
Method
render
(self, return_rgb_array=False)
multiagent/rendering.py:86
Method
render1
(self)
multiagent/rendering.py:219
Method
render1
(self)
multiagent/rendering.py:228
Method
render1
(self)
multiagent/rendering.py:275
Method
render1
(self)
multiagent/rendering.py:286
Method
render1
(self)
multiagent/rendering.py:302
Method
render1
(self)
multiagent/rendering.py:316
Method
reset
(self)
multiagent/environment.py:349
Method
reset_world
(self, world)
multiagent/scenario.py:11
← previous
next →
201–300 of 340, ranked by callers