diff --git a/.gitignore b/.gitignore index 7b00c4a..b106e81 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/pneuma.sh b/pneuma.sh deleted file mode 100755 index f448f3b..0000000 --- a/pneuma.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -echo -ne '\033c\033]0;Pneuma\a' -base_path="$(dirname "$(realpath "$0")")" -"$base_path/pneuma.x86_64" "$@" diff --git a/pneuma.x86_64 b/pneuma.x86_64 deleted file mode 100755 index 9e8442f..0000000 Binary files a/pneuma.x86_64 and /dev/null differ diff --git a/run_tests.sh b/run_tests.sh deleted file mode 100755 index e6597f2..0000000 --- a/run_tests.sh +++ /dev/null @@ -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"