/Psychotech-2

Primary LanguagePythonMIT LicenseMIT

train.py

to train model Usage:

python train.py

Requires dataset file in directory or usage:

python train.py [path to folder of solutions]

net.py

to use model Usage:

python net.py [filename] (file consists of rows of floats of inputs separated by space in order (X, Y, Z, ANGLE, VELOCITY))

OR

python net.py [X] [Y] [Z] [ANGLE] [VELOCITY]

3d.py

for 3d-visualisation Requires dataset.json in directory or usage:

python 3d.py [path to certain solution]

! Recommendated python version: 3.11