SAIL
No description available.
File Explorer
- theme_overrides.css
- robomimic.algo.rst
- robomimic.config.rst
- robomimic.envs.rst
- robomimic.models.rst
- robomimic.rst
- robomimic.utils.rst
- d4rl.md
- mimicgen.md
- momart.md
- overview.md
- robomimic_v0.1.md
- robosuite.md
- roboturk_pilot.md
- can.png
- can_paired.png
- can_real.jpg
- core_features.png
- lift.png
- lift_real.jpg
- machine_generated.png
- mimicgen_mosaic.gif
- module_overview.png
- modules.png
- momart_bowl_in_sink.png
- momart_dump_trash.png
- momart_grab_bowl.png
- momart_open_dishwasher.png
- momart_open_dresser.png
- momart_table_cleanup_to_dishwasher_overview.png
- momart_table_cleanup_to_sink_overview.png
- momart_table_setup_from_dishwasher_overview.png
- momart_table_setup_from_dresser_overview.png
- momart_unload_dishwasher_to_dresser_overview.png
- multi_human.png
- proficient_human.png
- randomizer.gif
- roboturk_pilot.png
- square.png
- task_can.gif
- task_can_real.gif
- task_lift.gif
- task_lift_real.gif
- task_square.gif
- task_tool_hang.gif
- task_tool_hang_real.gif
- task_transport.gif
- tensorboard.png
- tool_hang.png
- tool_hang_real.jpg
- transport.png
- getting_started.md
- implemented_algorithms.md
- installation.md
- overview.md
- acknowledgments.md
- contributing.md
- references.md
- team.md
- troubleshooting.md
- robomimic_v0.1.md
- algorithms.md
- configs.md
- dataset.md
- environments.md
- models.md
- overview.md
- configs.md
- custom_algorithms.md
- dataset_contents.md
- hyperparam_scan.md
- observations.md
- pretrained_representations.md
- reproducing_experiments.md
- tensor_collections.md
- training_transformers.md
- using_pretrained_models.md
- viewing_results.md
- v0.2.md
- .gitignore
- conf.py
- index.rst
- Makefile
- robomimic_logo.png
- datasets.ipynb
- run_policy.ipynb
- add_new_modality.py
- simple_config.py
- simple_obs_nets.py
- simple_train_loop.py
- train_bc_rnn.py
- __init__.py
- act.py
- algo.py
- bc.py
- bcq.py
- cql.py
- diffusion_policy.py
- gl.py
- hbc.py
- iql.py
- iris.py
- td3_bc.py
- bc_transformer.json
- __init__.py
- act_config.py
- base_config.py
- bc_config.py
- bcq_config.py
- config.py
- cql_config.py
- diffusion_policy_config.py
- gl_config.py
- guide_config.py
- hbc_config.py
- iql_config.py
- iris_config.py
- td3_bc_config.py
- __init__.py
- env_base.py
- env_gym.py
- env_ig_momart.py
- env_real_panda.py
- env_real_panda_gprs.py
- env_robosuite.py
- wrappers.py
- act.json
- bc.json
- bc_transformer.json
- bcq.json
- cql.json
- diffusion_policy.json
- diffusion_policy_SAIL.json
- gl.json
- hbc.json
- iql.json
- iris.json
- td3_bc.json
- __init__.py
- base_nets.py
- distributions.py
- guiding_modules.py
- obs_core.py
- obs_nets.py
- policy_nets.py
- transformers.py
- vae_nets.py
- value_nets.py
- __init__.py
- default_baxter.json
- default_iiwa.json
- default_jaco.json
- default_kinova3.json
- default_panda.json
- default_sawyer.json
- default_ur5e.json
- ik_pose.json
- joint_position.json
- joint_position_SAIL.json
- joint_torque.json
- joint_velocity.json
- joint_velocity_SAIL.json
- osc_pose.json
- osc_pose_SAIL.json
- osc_position.json
- paths.py
- __init__.py
- add_all_actions.py
- enforce_axis_angle_consistency.py
- merge_hdf5.py
- merged_hdf5_to_videos.py
- base_cfg_weight_0.3.json
- base_cfg_weight_1.json
- base_cfg_weight_2.json
- base_no_guide.json
- __init__.py
- consistency_metrics.py
- density_metrics.py
- diversity_metrics.py
- metric_fn.py
- smoothness_metrics.py
- __init__.py
- add_awe_actions.py
- dynamic_speed_awe.py
- label_awe_trajectory_precision.py
- save_awe_waypoint_concurrent.py
- __init__.py
- dataset_utils.py
- demo_utils.py
- dev_utils.py
- movements_utils.py
- pkl_utils.py
- plot_utils.py
- __init__.py
- eval_suite.py
- installation.sh
- run_trained_agent_receding_horizon.py
- USAGE.md
- bc_xfmr_gen.py
- diffusion_gen.py
- helper.py
- convert_d4rl.py
- convert_r2d2.py
- convert_robosuite.py
- convert_roboturk_pilot.py
- convert_to_robosuite_v141.py
- extract_action_dict.py
- robosuite_add_absolute_actions.py
- set_dataset_attr.py
- add_relative_eef.py
- convert_actions.py
- dataset_states_to_obs.py
- download_datasets.py
- download_momart_datasets.py
- extract_obs_from_raw_datasets.sh
- extract_obs_from_raw_datasets_v2.sh
- generate_config_templates.py
- generate_paper_configs.py
- get_dataset_info.py
- give_slack_notification.py
- hyperparam_helper.py
- hyperparam_helper_diffusion.py
- playback_dataset.py
- postprocess_dataset_intervention_segments.py
- remove_idle_segments.py
- run_trained_agent.py
- setup_macros.py
- split_train_val.py
- train.py
- __init__.py
- action_utils.py
- dataset.py
- deco_utils.py
- env_utils.py
- file_utils.py
- hyperparam_utils.py
- log_utils.py
- loss_utils.py
- obs_utils.py
- python_utils.py
- ros_utils.py
- script_utils.py
- tensor_utils.py
- test_utils.py
- torch_utils.py
- train_utils.py
- transform_utils.py
- vis_utils.py
- __init__.py
- macros.py
- test.sh
- test_bc.py
- test_bcq.py
- test_cql.py
- test_examples.py
- test_hbc.py
- test_iql.py
- test_iris.py
- test_scripts.py
- README.md
- robosuite-v1.4.1-sail.patch
- apply_robosuite_patch.sh
- .gitignore
- CITATION.cff
- environment.yml
- LICENSE
- MANIFEST.in
- NOTICE
- README.md
- requirements-docs.txt
- requirements.txt
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
// repository documentation
Was this content helpful?
(0 ratings)
