Sraghvi's picture
Upload bimanual bone packing dataset with so101 folder structure
da5a206 verified
raw
history blame
2.35 kB
{
"files.exclude": {
"**/.mypy_cache": true,
"**/__pycache__": true,
"**/*.egg-info": true
},
"files.associations": {
"*.tpp": "cpp",
"*.kit": "toml",
"*.rst": "restructuredtext"
},
"editor.rulers": [120],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/_isaac_sim/**": true,
"**/_compiler/**": true
},
"spellright.language": [
"en-US-10-1."
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"cpp",
"asciidoc",
"python",
"restructuredtext"
],
"cSpell.words": [
"literalinclude",
"linenos",
"instanceable",
"isaacSim",
"jacobians",
"pointcloud",
"ridgeback",
"rllib",
"robomimic",
"teleoperation",
"xform",
"numpy",
"flatcache",
"physx",
"dpad",
"gamepad",
"linspace",
"upsampled",
"downsampled",
"arange",
"discretization",
"trimesh",
"uninstanceable",
"coeff",
"prestartup"
],
"python.languageServer": "Pylance",
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "120"],
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--max-line-length=120"
],
"autoDocstring.docstringFormat": "google",
"autoDocstring.guessTypes": true,
"python.defaultInterpreterPath": "${workspaceFolder}/_isaac_sim/python.sh",
"ros.distro": "noetic",
"[python]": {
"editor.tabSize": 4
},
"[restructuredtext]": {
"editor.tabSize": 2
},
"python.analysis.extraPaths": [
"${workspaceFolder}/IsaacLab/source/isaaclab",
"${workspaceFolder}/IsaacLab/source/isaaclab_assets",
"${workspaceFolder}/IsaacLab/source/isaaclab_mimic",
"${workspaceFolder}/IsaacLab/source/isaaclab_rl",
"${workspaceFolder}/IsaacLab/source/isaaclab_tasks"
],
"cursorpyright.analysis.extraPaths": [],
"devcontainer.defaultExtensions": [
"ms-python.python"
]
}