Move build to build/

This commit is contained in:
Vasilis Valatsos 2024-05-25 14:36:58 +02:00
parent ab911c4765
commit e8a15568e6
4 changed files with 2 additions and 13 deletions

2
.gitignore vendored
View file

@ -163,6 +163,7 @@ cython_debug/
.godot/
*.x86_64
*.pck
*.sh
# Godot-specific ignores
.import/
@ -184,3 +185,4 @@ mono_crash.*.json
# Random stuff
logs/
build/

View file

@ -1,4 +0,0 @@
#!/bin/sh
echo -ne '\033c\033]0;Pneuma\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/pneuma.x86_64" "$@"

Binary file not shown.

View file

@ -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"