All command should be executed from the main directory:
To start the server:
python Server_py/game.py
To train the reinforcement learning algorithm:
python (PPO or A2C)/train.py
To play as a human:
python Environment/environment.py
All command should be executed from the main directory:
To start the server:
python Server_py/game.py
To train the reinforcement learning algorithm:
python (PPO or A2C)/train.py
To play as a human:
python Environment/environment.py