add launcher
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,8 +1,12 @@
|
||||
# logging
|
||||
# Logging
|
||||
tdmpc2/logs/
|
||||
tdmpc2/outputs/
|
||||
tdmpc2/wandb/
|
||||
|
||||
# HPC
|
||||
nautilus/*.yaml
|
||||
*.key
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
7
nautilus/launch.py
Normal file
7
nautilus/launch.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from nautilus_launcher import launch
|
||||
|
||||
# Launcher for internal use.
|
||||
# Source: https://github.com/nicklashansen/nautilus-launcher
|
||||
|
||||
if __name__ == '__main__':
|
||||
launch()
|
||||
Reference in New Issue
Block a user