Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ericonaldo/ILSwiss
/ functions
Functions
830 in github.com/Ericonaldo/ILSwiss
⨍
Functions
830
◇
Types & classes
129
Method
denormalize
(self, v)
rlkit/torch/utils/normalizer.py:70
Method
denormalize
(self, v)
rlkit/data_management/normalizer.py:48
Method
denormalize
(self, v)
rlkit/data_management/normalizer.py:77
Method
denormalize
(self, v)
rlkit/data_management/normalizer.py:116
Method
denormalize_scale
Only denormalize the scale. Do not add the mean.
rlkit/torch/utils/normalizer.py:78
Function
dump_tabular
(*args, **kwargs)
rlkit/core/logger.py:300
Method
end_epoch
(self)
rlkit/torch/algorithms/sac/sac_ae.py:419
Method
end_epoch
(self)
rlkit/torch/algorithms/sac/sac.py:272
Method
end_epoch
(self)
rlkit/torch/algorithms/sac/sac_alpha.py:278
Method
end_epoch
(self)
rlkit/torch/algorithms/her/td3.py:244
Method
end_epoch
(self)
rlkit/torch/algorithms/her/sac.py:246
Method
end_epoch
(self)
rlkit/torch/algorithms/gcsl/gcsl.py:111
Method
end_epoch
(self)
rlkit/torch/algorithms/ppo/ppo.py:201
Method
end_epoch
(self)
rlkit/torch/algorithms/discrete_sac/discrete_sac.py:212
Method
end_epoch
(self)
rlkit/core/trainer.py:22
Method
envs
(self)
rlkit/envs/envpool.py:14
Method
estimate_obs_stats
(self, obs_batch, override_values=False)
rlkit/envs/wrappers.py:312
Function
eval_np
Eval this module with a numpy interface Same as a call to __call__ except all Variable input/outputs are replaced with numpy equivalents
rlkit/torch/core.py:92
Method
evaluate
(self, epoch)
rlkit/torch/algorithms/torch_rl_algorithm.py:55
Method
evaluate
(self, epoch, *args, **kwargs)
rlkit/torch/algorithms/torch_base_algorithm.py:26
Method
evaluate
(self, epoch: int)
rlkit/torch/algorithms/mbpo/mbpo.py:165
Method
evaluate
Evaluate the policy, e.g. save/print progress. :param epoch: :return:
rlkit/torch/algorithms/bc/bc.py:112
Method
evaluate
(self, epoch)
rlkit/torch/algorithms/adv_irl/adv_irl.py:120
Method
expand
(v)
rlkit/torch/common/distributions.py:32
Function
extract_demo_dict
(demo_file)
rlkit/data_management/mil_utils.py:73
Function
f
(step)
rlkit/core/train_util.py:6
Function
fanin_init
(tensor)
rlkit/torch/utils/pytorch_util.py:20
Function
fanin_init_weights_like
(tensor)
rlkit/torch/utils/pytorch_util.py:32
Method
find_batch
Return a batch of size `batch_size`. Find batch which ends with (s,a) in target_batch :param batch_size: :return:
rlkit/data_management/episodic_replay_buffer.py:154
Method
forward
(self, inputs)
rlkit/torch/utils/transform_layer.py:214
Method
forward
(self, obs, detach=False)
rlkit/torch/common/encoders.py:88
Method
forward
(self, obs, detach=False)
rlkit/torch/common/encoders.py:122
Method
forward
(self, h)
rlkit/torch/common/encoders.py:163
Method
forward
(self, obs, deterministic=False)
rlkit/torch/common/policies.py:166
Method
forward
:param obs: Observation :param deterministic: If True, do not sample :param return_log_prob: If True, return a sample and its
rlkit/torch/common/policies.py:248
Method
forward
:param obs: Observation :param deterministic: If True, do not sample :param return_log_prob: If True, return a sample and its
rlkit/torch/common/policies.py:388
Method
forward
(self, obs, deterministic=False)
rlkit/torch/common/policies.py:533
Method
forward
:param obs: Observation
rlkit/torch/common/policies.py:749
Method
forward
(self, x, x_hat)
rlkit/torch/common/modules.py:14
Method
forward
(self, x)
rlkit/torch/common/modules.py:38
Method
forward
(self, *inputs, **kwargs)
rlkit/torch/common/networks.py:113
Method
forward
(self, input, return_preactivations=False)
rlkit/torch/common/networks.py:128
Method
forward
(self, input: torch.Tensor)
rlkit/torch/common/networks.py:162
Method
forward
(self, batch)
rlkit/torch/algorithms/adv_irl/disc_models/rnn_disc_models.py:71
Method
forward
(self, batch)
rlkit/torch/algorithms/adv_irl/disc_models/simple_disc_models.py:43
Method
forward
(self, batch)
rlkit/torch/algorithms/adv_irl/disc_models/simple_disc_models.py:85
Method
forward
(self, obs, vec=None)
rlkit/torch/algorithms/adv_irl/disc_models/cnn_disc_models.py:64
Function
from_numpy
(np_array, requires_grad=False)
rlkit/torch/utils/pytorch_util.py:84
Function
generate_gif
(list_of_img_list, names, save_path)
rlkit/core/vistools.py:70
Function
generate_noise
Generate a T x dU gaussian-distributed noise vector. This will approximately have mean 0 and variance 1, ignoring smoothing. Args:
rlkit/data_management/mil_utils.py:112
Method
get_action
(self, observation)
rlkit/torch/common/policies.py:23
Method
get_action
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:60
Method
get_action
deterministic=False makes no diff, just doing this for consistency in interface for now
rlkit/torch/common/policies.py:154
Method
get_action
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:241
Method
get_action
(self, obs_np, deterministic=False)
rlkit/torch/common/policies.py:381
Method
get_action
deterministic=False makes no diff, just doing this for consistency in interface for now
rlkit/torch/common/policies.py:522
Method
get_action
deterministic=False makes no diff, just doing this for consistency in interface for now
rlkit/torch/common/policies.py:587
Method
get_action
deterministic=False makes no diff, just doing this for consistency in interface for now
rlkit/torch/common/policies.py:778
Method
get_action
(self, obs)
rlkit/policies/simple.py:12
Method
get_action
(self, obs)
rlkit/policies/argmax.py:16
Method
get_action
(self, t, policy, *args, **kwargs)
rlkit/exploration_strategies/base.py:27
Method
get_action
(self, *args, **kwargs)
rlkit/exploration_strategies/base.py:52
Method
get_action_from_raw_action
(self, action, t=0, **kwargs)
rlkit/exploration_strategies/ou_strategy.py:55
Method
get_action_from_raw_action
(self, action, t=None, **kwargs)
rlkit/exploration_strategies/gaussian_strategy.py:25
Method
get_action_from_raw_action
(self, action, **kwargs)
rlkit/exploration_strategies/epsilon_greedy.py:21
Method
get_actions
(self, observations)
rlkit/torch/common/policies.py:26
Method
get_actions
(self, t, observation, policy, **kwargs)
rlkit/exploration_strategies/base.py:31
Method
get_actions
(self, *args, **kwargs)
rlkit/exploration_strategies/base.py:55
Method
get_actions_from_raw_actions
(self, actions, t=0, **kwargs)
rlkit/exploration_strategies/ou_strategy.py:62
Method
get_all
(self, keys=None, **kwargs)
rlkit/data_management/aug_replay_buffer.py:165
Method
get_all
(self, keys=None, relabel=True, **kwargs)
rlkit/data_management/relabel_horizon_replay_buffer.py:35
Method
get_all_stacked
(self)
rlkit/data_management/path_builder.py:46
Function
get_average_returns
(paths, std=False)
rlkit/core/eval_util.py:83
Method
get_batch
(self, keys=None)
rlkit/torch/algorithms/her/her.py:27
Method
get_batch
(self, keys=None)
rlkit/torch/algorithms/gcsl/rl.py:40
Method
get_epoch_snapshot
(self, epoch)
rlkit/torch/algorithms/torch_rl_algorithm.py:42
Method
get_epoch_snapshot
(self, epoch)
rlkit/torch/algorithms/ddpg/ddpg.py:237
Method
get_epoch_snapshot
(self, epoch)
rlkit/torch/algorithms/dqn/dqn.py:238
Method
get_epoch_snapshot
(self, epoch)
rlkit/torch/algorithms/adv_irl/adv_irl.py:320
Method
get_epoch_snapshot
(self, epoch)
rlkit/torch/algorithms/dagger/dagger.py:79
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/sac/sac_ae.py:416
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/sac/sac.py:269
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/sac/sac_alpha.py:275
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/her/td3.py:241
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/her/sac.py:243
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/gcsl/gcsl.py:108
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/ppo/ppo.py:198
Method
get_eval_statistics
(self)
rlkit/torch/algorithms/discrete_sac/discrete_sac.py:209
Method
get_eval_statistics
(self)
rlkit/core/trainer.py:16
Function
get_generic_path_information
Get an OrderedDict with a bunch of statistic names and values.
rlkit/core/eval_util.py:15
Method
get_initial_pairs
Return a list of initial pairs of each traj.
rlkit/data_management/episodic_replay_buffer.py:101
Method
get_last_pairs
Return a list of initial pairs of each traj.
rlkit/data_management/episodic_replay_buffer.py:110
Method
get_log_prob
(self, obs, acts, return_normal_params=False)
rlkit/torch/common/policies.py:329
Method
get_log_prob
(self, obs, acts, return_normal_params=False)
rlkit/torch/common/policies.py:461
Method
get_log_prob_entropy
(self, obs, acts)
rlkit/torch/common/policies.py:309
Function
get_log_tabular_only
()
rlkit/core/logger.py:188
Function
get_log_tboard
()
rlkit/core/logger.py:197
Function
get_numpy
(tensor: torch.Tensor)
rlkit/torch/utils/pytorch_util.py:91
Method
get_param_values
(self)
rlkit/policies/base.py:32
Method
get_param_values
(self)
rlkit/exploration_strategies/base.py:62
← previous
next →
501–600 of 830, ranked by callers