Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neural MMO
neural-mmo-starter-kit
Commits
140dcb54
Commit
140dcb54
authored
Jun 21, 2021
by
Siddhartha Laghuvarapu
Browse files
Fix submit.sh
parent
966aca58
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/submit.sh
View file @
140dcb54
...
...
@@ -3,14 +3,14 @@
set
-e
REPO_ROOT_DIR
=
$(
git rev-parse
--show-toplevel
)
SCRIPTS_DIR
=
"
${
REPO_ROOT_DIR
}
/util
ity
"
SCRIPTS_DIR
=
"
${
REPO_ROOT_DIR
}
/util
s
"
source
"
${
SCRIPTS_DIR
}
/logging.sh"
print_usage
()
{
cat
<<
USAGE
Usage: ./util
ity
/submit.sh "impala-ppo-v0.1"
Usage: ./util
s
/submit.sh "impala-ppo-v0.1"
USAGE
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment