Skip to content

Commit

Permalink
Update gitignore and vscode launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzuh committed Apr 4, 2023
1 parent 1de53fb commit efc4aea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ runs
omniisaacgymenvs.egg-info/
checkpoints
omniisaacgymenvs/wandb
omniisaacgymenvs/scripts/wandb
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [


{
"name": "Python: Current File",
"type": "python",
Expand All @@ -25,6 +27,19 @@
"preLaunchTask": "setup_python_env",
"justMyCode": false
},
{
"name": "debug skrl",
"type": "python",
"python": "/home/eetu/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/bin/python3",
"request": "launch",
"program": "${workspaceFolder}/omniisaacgymenvs/scripts/ppo_mobilefranka.py",
"args": [],
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/omniisaacgymenvs",
"envFile": "/home/eetu/.local/share/ov/pkg/isaac_sim-2022.2.0/.vscode/.standalone_examples.env",
"preLaunchTask": "setup_python_env",
"justMyCode": false
},
{
"name": "Python: Current File",
"type": "python",
Expand Down

0 comments on commit efc4aea

Please sign in to comment.