MCPcopy Create free account

hub / github.com/Ericonaldo/ILSwiss / functions

Functions830 in github.com/Ericonaldo/ILSwiss

↓ 1 callersMethod_update_target_network
(self)
rlkit/torch/algorithms/sac/sac_alpha.py:245
↓ 1 callersMethod_update_target_network
(self)
rlkit/torch/algorithms/td3/td3.py:180
↓ 1 callersMethod_update_target_network
(self)
rlkit/torch/algorithms/her/td3.py:214
↓ 1 callersMethod_update_target_network
(self)
rlkit/torch/algorithms/her/sac.py:229
↓ 1 callersMethod_update_target_network
(self)
rlkit/torch/algorithms/dqn/dqn.py:228
↓ 1 callersMethod_update_target_network
(self)
rlkit/torch/algorithms/discrete_sac/discrete_sac.py:196
↓ 1 callersMethod_update_target_networks
(self)
rlkit/torch/algorithms/ddpg/ddpg.py:228
↓ 1 callersFunction_variant
(fn)
rlkit/launchers/launcher_util.py:624
↓ 1 callersMethod_warmup_phase
(self)
rlkit/core/base_algorithm.py:365
↓ 1 callersMethodadd_path
(self, path)
rlkit/data_management/episodic_replay_buffer.py:163
↓ 1 callersFunctionadd_variable_to_constant_specs
(constants, flat_variables)
rlkit/launchers/launcher_util.py:424
↓ 1 callersMethodcalc_adv
(self, trajs)
rlkit/torch/algorithms/ppo/ppo.py:57
↓ 1 callersFunctioncheck_exp_spec_format
Check that all keys are strings that don't contain '.'
rlkit/launchers/launcher_util.py:388
↓ 1 callersMethodclear
(self)
rlkit/data_management/simple_replay_buffer.py:397
↓ 1 callersMethodclear_buffer
(self)
rlkit/torch/algorithms/torch_rl_algorithm.py:72
↓ 1 callersMethodclone
(cls, obj, **kwargs)
rlkit/core/serializable.py:58
↓ 1 callersMethodclose_env
(self)
rlkit/envs/worker/base.py:59
↓ 1 callersFunctioncode_to_chars
(code)
rlkit/data_management/mil_color_print.py:24
↓ 1 callersMethodcompute_contrastive_logits
Directly copy from https://github.com/MishaLaskin/curl/blob/master/curl_sac.py Uses logits trick for CURL: - compute (B,B) ma
rlkit/torch/algorithms/sac/sac_ae.py:129
↓ 1 callersFunctioncompute_normalization
(paths)
rlkit/torch/algorithms/ddpg/ddpg.py:281
↓ 1 callersFunctioncreate_exp_name
Create a semi-unique experiment name that has a timestamp :param exp_prefix: :param exp_id: :return:
rlkit/launchers/launcher_util.py:178
↓ 1 callersFunctioncreate_log_dir
Creates and returns a unique log directory. :param exp_prefix: All experiments with this prefix will have log directories be under this
rlkit/launchers/launcher_util.py:190
↓ 1 callersMethoddebug
(self, msg, *frmat)
rlkit/data_management/mil_color_print.py:201
↓ 1 callersFunctiondict_to_safe_json
Convert each value in the dictionary into a JSON'able primitive. :param d: :return:
rlkit/launchers/launcher_util.py:300
↓ 1 callersFunctiondo_the_thing
(data_path, save_path, plot_obs_histogram=False)
scripts/normalize_exp_demos.py:34
↓ 1 callersMethodend_epoch
(self)
rlkit/torch/algorithms/mbpo/bnn_trainer.py:229
↓ 1 callersMethodevaluate
Evaluate the policy, e.g. save/print progress. :param epoch: :return:
rlkit/core/base_algorithm.py:598
↓ 1 callersMethodevolve_state
(self)
rlkit/exploration_strategies/ou_strategy.py:49
↓ 1 callersFunctionexperiment
(variant)
run_scripts/ppo_exp_script.py:27
↓ 1 callersFunctionexperiment
(specs)
run_scripts/gen_expert_demos.py:149
↓ 1 callersFunctionexperiment
(variant)
run_scripts/evaluate_policy.py:28
↓ 1 callersFunctionexperiment
(variant)
run_scripts/discrete_sac_exp_script.py:24
↓ 1 callersFunctionexperiment
(variant)
run_scripts/sac_exp_script.py:23
↓ 1 callersFunctionexperiment
(variant)
run_scripts/bc_exp_script.py:25
↓ 1 callersFunctionexperiment
(variant)
run_scripts/td3_exp_script.py:25
↓ 1 callersFunctionexperiment
(variant)
run_scripts/her_td3_exp_script.py:22
↓ 1 callersFunctionexperiment
(variant)
run_scripts/mbpo_exp_script.py:24
↓ 1 callersFunctionexperiment
(variant)
run_scripts/her_sac_exp_script.py:22
↓ 1 callersFunctionexperiment
(variant)
run_scripts/dagger_exp_script.py:28
↓ 1 callersFunctionexperiment
(variant)
run_scripts/sac_alpha_visual_exp_script.py:30
↓ 1 callersFunctionexperiment
(variant)
run_scripts/sac_alpha_exp_script.py:27
↓ 1 callersFunctionexperiment
(variant)
run_scripts/gcsl_exp_script.py:26
↓ 1 callersFunctionexperiment
(variant)
run_scripts/ppo_norm_exp_script.py:25
↓ 1 callersFunctionexperiment
(variant)
run_scripts/adv_irl_exp_visual_script.py:39
↓ 1 callersFunctionexperiment
(checkpoint, deterministic=False)
run_scripts/render_algorithm.py:9
↓ 1 callersFunctionexperiment
(variant)
run_scripts/adv_irl_exp_script.py:30
↓ 1 callersFunctionflatten_dict
Assumes a potentially nested dictionary where all keys are strings that do not contain a '.' Returns a flat dict with keys having format
rlkit/launchers/launcher_util.py:404
↓ 1 callersMethodforward
(self, obs, deterministic=False, return_log_prob=False)
rlkit/torch/common/policies.py:789
↓ 1 callersMethodforward
(self, input, return_preactivations=False)
rlkit/torch/common/networks.py:85
↓ 1 callersMethodforward
( self, input: torch.Tensor, ret_log_var: bool = False )
rlkit/torch/common/networks.py:241
↓ 1 callersMethodforward_conv
(self, obs)
rlkit/torch/common/encoders.py:73
↓ 1 callersMethodget_action_from_raw_action
(self, action, **kwargs)
rlkit/exploration_strategies/base.py:21
↓ 1 callersMethodget_actions
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:64
↓ 1 callersMethodget_actions
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:163
↓ 1 callersMethodget_actions
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:245
↓ 1 callersMethodget_actions
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:385
↓ 1 callersMethodget_actions
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:530
↓ 1 callersMethodget_actions
(self, obs_condition_np, deterministic=False)
rlkit/torch/common/policies.py:618
↓ 1 callersMethodget_actions
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:786
↓ 1 callersMethodget_actions_from_raw_actions
(self, actions, **kwargs)
rlkit/exploration_strategies/base.py:24
↓ 1 callersMethodget_all_trajs
(self)
rlkit/torch/algorithms/torch_rl_algorithm.py:67
↓ 1 callersMethodget_batch
(self)
rlkit/torch/algorithms/torch_rl_algorithm.py:16
↓ 1 callersMethodget_batch
(self)
rlkit/torch/algorithms/mbpo/mbpo.py:171
↓ 1 callersMethodget_extra_data_to_save
Save things that shouldn't be saved every snapshot but rather overwritten every time. :param epoch: :return:
rlkit/core/base_algorithm.py:561
↓ 1 callersMethodget_log_prob_entropy
(self, obs, acts)
rlkit/torch/common/policies.py:441
↓ 1 callersMethodget_param_values
(self)
rlkit/torch/core.py:13
↓ 1 callersMethodget_scaled_acts
(self, acts)
rlkit/envs/wrappers.py:106
↓ 1 callersFunctionget_terminal_func
(env_name: str)
rlkit/envs/terminals.py:6
↓ 1 callersMethodget_unscaled_obs
(self, obs)
rlkit/envs/wrappers.py:88
↓ 1 callersFunctiongrayscale
(imgs)
rlkit/data_management/data_augmentation.py:61
↓ 1 callersMethodivariants
(self)
rlkit/launchers/launcher_util.py:570
↓ 1 callersMethodload_snapshot
Should be implemented on a per algorithm basis taking into consideration the particular get_epoch_snapshot implementation for
rlkit/core/base_algorithm.py:540
↓ 1 callersFunctionlog
(s, with_prefix=True, with_timestamp=True)
rlkit/core/logger.py:209
↓ 1 callersMethodlog_new_ant_multi_statistics
(self, paths, epoch, log_dir)
rlkit/envs/wrappers.py:132
↓ 1 callersMethodnormalize
(self, v, clip_range=None)
rlkit/torch/utils/normalizer.py:25
↓ 1 callersMethodnum_steps_can_sample
:return: # of unique items that can be sampled.
rlkit/data_management/replay_buffer.py:28
↓ 1 callersMethodobtain_samples
(self, num_steps=None)
rlkit/samplers/normal_sampler.py:96
↓ 1 callersFunctionplot_forward_reverse_KL_rews
()
rlkit/core/vistools.py:157
↓ 1 callersFunctionplot_histogram
(flat_array, num_bins, title, save_path)
rlkit/core/vistools.py:12
↓ 1 callersFunctionpop_prefix
()
rlkit/core/logger.py:339
↓ 1 callersFunctionpop_tabular_prefix
()
rlkit/core/logger.py:236
↓ 1 callersFunctionpreprocess_obs
Preprocessing image, see https://arxiv.org/abs/1807.03039.
rlkit/torch/utils/normalizer.py:8
↓ 1 callersMethodpretrain
Do anything before the main training phase.
rlkit/core/base_algorithm.py:156
↓ 1 callersMethodprint_tabular
(self, new_tabular)
rlkit/core/logger.py:281
↓ 1 callersFunctionpush_prefix
(prefix)
rlkit/core/logger.py:104
↓ 1 callersFunctionpush_tabular_prefix
(key)
rlkit/core/logger.py:230
↓ 1 callersFunctionrandom_color_jitter
inputs np array outputs tensor
rlkit/data_management/data_augmentation.py:280
↓ 1 callersFunctionrandom_convolution
random covolution in "network randomization" (imbs): B x (C x stack) x H x W, note: imgs should be normalized and torch tensor
rlkit/data_management/data_augmentation.py:248
↓ 1 callersFunctionrandom_crop
args: imgs: np.array shape (B,C,H,W) out: output size (e.g. 84) returns np.array
rlkit/data_management/data_augmentation.py:43
↓ 1 callersFunctionrandom_cutout
args: imgs: np.array shape (B,C,H,W) min / max cut: int, min / max size of cutout returns np.array
rlkit/data_management/data_augmentation.py:115
↓ 1 callersFunctionrandom_cutout_color
args: imgs: shape (B,C,H,W) out: output size (e.g. 84)
rlkit/data_management/data_augmentation.py:136
↓ 1 callersFunctionrandom_flip
args: imgs: torch.tensor shape (B,C,H,W) device: cpu or gpu, p: prob of applying aug, returns torch.tensor
rlkit/data_management/data_augmentation.py:165
↓ 1 callersFunctionrandom_grayscale
args: imgs: torch.tensor shape (B,C,H,W) device: cpu or cuda returns torch.tensor
rlkit/data_management/data_augmentation.py:83
↓ 1 callersFunctionrandom_rotation
args: imgs: torch.tensor shape (B,C,H,W) device: str, cpu or gpu, p: float, prob of applying aug, returns torch.tensor
rlkit/data_management/data_augmentation.py:200
↓ 1 callersFunctionrecord_tboard
(key, x, y, **kwargs)
rlkit/core/logger.py:201
↓ 1 callersFunctionrecord_wandb
(key, x, y, **kwargs)
rlkit/core/logger.py:205
↓ 1 callersMethodrefresh
(self)
rlkit/core/logger.py:289
↓ 1 callersMethodregularizable_parameters
Return generator of regularizable parameters. Right now, all non-flat vectors are assumed to be regularizabled, presumably because on
rlkit/torch/core.py:62
↓ 1 callersMethodrender
(self, **kwargs: Any)
rlkit/envs/worker/subproc.py:202
↓ 1 callersMethodreset
(self)
rlkit/exploration_strategies/ou_strategy.py:46
← previousnext →201–300 of 830, ranked by callers