MCPcopy Create free account

hub / github.com/Ericonaldo/ILSwiss / functions

Functions830 in github.com/Ericonaldo/ILSwiss

Method__init__
(self, mean=0.0, std=1.0)
rlkit/data_management/normalizer.py:133
Method__init__
(self)
rlkit/data_management/mil_color_print.py:41
Method__init__
(self, name)
rlkit/data_management/mil_color_print.py:193
Method__init__
When obtain_samples is called, the path sampler will generates the minimum number of rollouts such that at least num_steps timesteps
rlkit/samplers/vec_sampler.py:97
Method__init__
When obtain_samples is called, the path sampler will generates the minimum number of rollouts such that at least num_steps timesteps
rlkit/samplers/normal_sampler.py:67
Method__init__
(self, *args, **kwargs)
rlkit/core/serializable.py:12
Method__init__
(self)
rlkit/core/logger.py:277
Method__init__
( self, env, exploration_policy: ExplorationPolicy, training_env=None,
rlkit/core/base_algorithm.py:22
Method__init__
(self, d, hidden_keys)
rlkit/launchers/launcher_util.py:506
Method__init__
(self)
rlkit/launchers/launcher_util.py:530
Method__init__
(self, action_space)
rlkit/policies/simple.py:9
Method__init__
(self, qf)
rlkit/policies/argmax.py:11
Method__init__
( self, action_space, mu=0, theta=0.15, max_sigma=0.3, min_sig
rlkit/exploration_strategies/ou_strategy.py:19
Method__init__
( self, action_space, max_sigma=1.0, min_sigma=None, decay_period=1000000 )
rlkit/exploration_strategies/gaussian_strategy.py:13
Method__init__
( self, exploration_strategy: ExplorationStrategy, policy: SerializablePolicy, )
rlkit/exploration_strategies/base.py:40
Method__init__
(self, action_space, prob_random_action=0.1)
rlkit/exploration_strategies/epsilon_greedy.py:14
Method__init__
(self, env_fns: List[Callable[[], gym.Env]], **kwargs: Any)
rlkit/envs/vecenvs.py:358
Method__init__
(self, env_fns: List[Callable[[], gym.Env]], **kwargs: Any)
rlkit/envs/vecenvs.py:365
Method__init__
(self, env_specs)
rlkit/envs/envpool.py:5
Method__init__
( self, env, obs_mean=None, obs_std=None, acts_mean=None, acts
rlkit/envs/wrappers.py:55
Method__init__
( self, env, obs_min=None, obs_max=None, )
rlkit/envs/wrappers.py:144
Method__init__
( self, env, obs_mean=None, obs_std=None, acts_mean=None, acts
rlkit/envs/wrappers.py:208
Method__init__
( self, env, reward_scale=1.0, obs_mean=None, obs_std=None, )
rlkit/envs/wrappers.py:278
Method__init__
(self, env, k)
rlkit/envs/wrappers.py:364
Method__init__
(self, n, n_dims, granularity)
rlkit/envs/wrappers.py:400
Method__init__
(self, env, granularity=10, possible_actions=None)
rlkit/envs/wrappers.py:408
Method__init__
(self, data)
rlkit/envs/worker/utils.py:7
Method__init__
(self, env_fn: Callable[[], gym.Env])
rlkit/envs/worker/base.py:10
Method__init__
( self, env_fn: Callable[[], gym.Env], share_memory: bool = False )
rlkit/envs/worker/subproc.py:119
Method__init__
(self, env_fn: Callable[[], gym.Env])
rlkit/envs/worker/dummy.py:11
Method__init__
(self)
rlkit/envs/mujoco/ant.py:7
Method__init__
(self)
rlkit/envs/mujoco/humanoid.py:20
Method__init__
(self)
rlkit/envs/mujoco/walker2d.py:7
Method__init__
(self)
rlkit/envs/mujoco/hopper.py:7
Method__len__
(self)
rlkit/data_management/path_builder.py:59
Method__len__
Return len(self), which is the number of environments.
rlkit/envs/vecenvs.py:114
Method__len__
(self)
rlkit/envs/envpool.py:32
Method__setstate__
(self, d)
rlkit/torch/core.py:58
Method__setstate__
(self, d)
rlkit/envs/wrappers.py:332
Method__setstate__
(self, data: str)
rlkit/envs/worker/utils.py:13
Method__str__
(self)
rlkit/envs/wrappers.py:350
Method_can_evaluate
(self)
rlkit/torch/algorithms/bc/bc.py:51
Function_column_type
The least generic type all column values are convertible to. >>> _column_type(["1", "2"]) is _int_type True >>> _column_type(["1", "2.3"]
rlkit/core/tabulate.py:454
Method_do_policy_training
(self, epoch)
rlkit/torch/algorithms/adv_irl/adv_irl_visual.py:136
Method_do_reward_training
Train the discriminator
rlkit/torch/algorithms/adv_irl/adv_irl_visual.py:37
Method_do_training
(self, epoch)
rlkit/torch/algorithms/torch_rl_algorithm.py:34
Method_do_training
(self, epoch: int)
rlkit/torch/algorithms/mbpo/mbpo.py:191
Method_do_training
(self, epoch)
rlkit/torch/algorithms/bc/bc.py:77
Method_do_training
(self)
rlkit/torch/algorithms/dqn/double_dqn.py:12
Method_do_training
(self)
rlkit/torch/algorithms/dqn/dqn.py:67
Method_do_training
(self)
rlkit/torch/algorithms/dqn/dqn.py:188
Method_do_training
(self, epoch)
rlkit/torch/algorithms/adv_irl/adv_irl.py:126
Method_do_training
(self, epoch)
rlkit/torch/algorithms/dagger/dagger.py:38
Method_end_epoch
(self)
rlkit/torch/algorithms/torch_rl_algorithm.py:63
Method_end_epoch
(self)
rlkit/torch/algorithms/adv_irl/adv_irl.py:115
Method_handle_rollout_ending
Implement anything that needs to happen after every rollout.
rlkit/core/base_algorithm.py:520
Method_handle_step
( self, observation, action, reward, next_observation, termina
rlkit/torch/algorithms/dagger/dagger.py:45
Function_latex_line_begin_tabular
(colwidths, colaligns)
rlkit/core/tabulate.py:125
Function_mediawiki_row_with_attrs
(separator, cell_values, colwidths, colaligns)
rlkit/core/tabulate.py:109
Function_more_generic
(type1, type2)
rlkit/core/tabulate.py:447
Function_pipe_line_with_colons
Return a horizontal line with optional colons to indicate column's alignment (as in `pipe` output format).
rlkit/core/tabulate.py:102
Function_visible_width
Visible width of a printed string. ANSI color codes are removed. >>> _visible_width('\x1b[31mhello\x1b[0m'), _visible_width("world") (5, 5)
rlkit/core/tabulate.py:397
Method_warmup_phase
(self)
rlkit/torch/algorithms/torch_rl_algorithm.py:28
Function_worker
( parent: connection.Connection, p: connection.Connection, env_fn_wrapper: CloudpickleWrapper,
rlkit/envs/worker/subproc.py:59
Methodadd_path
(self, path, absorbing=False, env=None)
rlkit/data_management/simple_replay_buffer.py:134
Methodadd_sample
( self, observation, action, reward, terminal, next_observation, **kwargs )
rlkit/data_management/aug_replay_buffer.py:158
Methodadd_sample
( self, observation, action, reward, terminal, next_observation, **kwargs )
rlkit/data_management/env_replay_buffer.py:22
Methodadd_sample
( self, observation, action, reward, terminal, next_observation, **kwargs )
rlkit/data_management/relabel_replay_buffer.py:51
Methodadd_sample
Add a transition tuple.
rlkit/data_management/episodic_replay_buffer.py:119
Methodadd_sample
( self, observation, action, reward, terminal, next_observation, **kwargs )
rlkit/data_management/relabel_horizon_replay_buffer.py:21
Functionadd_tabular_output
(file_name)
rlkit/core/logger.py:118
Functionadd_text_output
(file_name)
rlkit/core/logger.py:110
Methodadjust_brightness
Args: x: torch tensor img (hsv type) Factor: torch tensor with same length as x 0 gives black ima
rlkit/torch/utils/transform_layer.py:162
Methodadjust_contrast
Args: x: torch tensor img (rgb type) Factor: torch tensor with same length as x 0 gives gray solid image,
rlkit/torch/utils/transform_layer.py:137
Methodadjust_hue
(self, x)
rlkit/torch/utils/transform_layer.py:152
Methodadjust_saturate
Args: x: torch tensor img (hsv type) Factor: torch tensor with same length as x 0 gives black ima
rlkit/torch/utils/transform_layer.py:179
Functioncenter_crop_image
(image, output_size)
rlkit/data_management/data_augmentation.py:11
Functioncenter_crop_images
(image, output_size)
rlkit/data_management/data_augmentation.py:22
Functioncenter_translate
(image, size)
rlkit/data_management/data_augmentation.py:33
Functionclear_line
(mode=2)
rlkit/data_management/mil_color_print.py:36
Functionclear_screen
(mode=2)
rlkit/data_management/mil_color_print.py:32
Methodclose
(self)
rlkit/torch/algorithms/mbpo/fake_env.py:96
Methodclose_env
(self)
rlkit/envs/worker/subproc.py:206
Methodclose_env
(self)
rlkit/envs/worker/dummy.py:38
Functioncompute_distance
(achieved, goal)
rlkit/envs/goal_env_utils.py:19
Functioncompute_reward
(achieved, goal, info, distance_threshold=0.05)
rlkit/envs/goal_env_utils.py:14
Functionconcat_nested_dicts
(d1, d2)
rlkit/data_management/simple_replay_buffer.py:445
Methodcopy_conv_weights_from
Tie convolutional layers
rlkit/torch/common/encoders.py:108
Methodcopy_conv_weights_from
(self, source)
rlkit/torch/common/encoders.py:125
Functioncopy_model_params_from_to
(source, target)
rlkit/torch/utils/pytorch_util.py:15
Methodcopy_stats
(self, other)
rlkit/data_management/normalizer.py:123
Functioncreate_linear_schedule
(start_val, end_val, num_steps)
rlkit/core/train_util.py:1
Functioncreate_mounts
( mode, base_log_dir, sync_interval=180, local_input_dir_to_mount_point_dict=None, )
rlkit/launchers/launcher_util.py:49
Functioncreate_video_grid
(col_and_row_frames)
run_scripts/video.py:31
Functioncursorl
()
rlkit/data_management/mil_color_print.py:170
Functioncursorr
()
rlkit/data_management/mil_color_print.py:174
Functioncursorup
()
rlkit/data_management/mil_color_print.py:166
Methoddecode_obs
( buffer: Optional[Union[dict, tuple, ShArray]] )
rlkit/envs/worker/subproc.py:147
Methoddefault
(self, o)
rlkit/core/logger.py:371
Methoddenormalize
(self, v)
rlkit/torch/utils/normalizer.py:38
← previousnext →401–500 of 830, ranked by callers