Move build to build/
This commit is contained in:
parent
ab911c4765
commit
e8a15568e6
4 changed files with 2 additions and 13 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -163,6 +163,7 @@ cython_debug/
|
||||||
.godot/
|
.godot/
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.pck
|
*.pck
|
||||||
|
*.sh
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
|
@ -184,3 +185,4 @@ mono_crash.*.json
|
||||||
|
|
||||||
# Random stuff
|
# Random stuff
|
||||||
logs/
|
logs/
|
||||||
|
build/
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
echo -ne '\033c\033]0;Pneuma\a'
|
|
||||||
base_path="$(dirname "$(realpath "$0")")"
|
|
||||||
"$base_path/pneuma.x86_64" "$@"
|
|
BIN
pneuma.x86_64
BIN
pneuma.x86_64
Binary file not shown.
|
@ -1,9 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
python main.py --env_path="/home/valapeos/Projects/thesis/Godot/pneuma.x86_64" --speedup=200 --n_parallel=4 --exper_dir="logs/sb3_full_1" &&
|
|
||||||
|
|
||||||
python main.py --env_path="/home/valapeos/Projects/thesis/Godot/pneuma.x86_64" --speedup=200 --n_parallel=4 --exper_dir="logs/sb3_full_2" &&
|
|
||||||
|
|
||||||
python main.py --env_path="/home/valapeos/Projects/thesis/Godot/pneuma.x86_64" --speedup=200 --n_parallel=4 --exper_dir="logs/sb3_full_3" &&
|
|
||||||
|
|
||||||
python main.py --env_path="/home/valapeos/Projects/thesis/Godot/pneuma.x86_64" --speedup=200 --n_parallel=4 --exper_dir="logs/sb3_full_4"
|
|
Loading…
Reference in a new issue