Now I finished the setting of configuration and I try to run actor.py by executing "python actor_n/actor.py", where the --exp_path is already set to an existing path. However, the output is only these lines:
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
start0
Logging to temp/log/Client0/log
start1
Logging to temp/log/Client1/log
start2
Logging to temp/log/Client2/log
start3
Logging to temp/log/Client3/log
Is it means I need to open 4 extra terminals to play the game?
Now I finished the setting of configuration and I try to run actor.py by executing "python actor_n/actor.py", where the --exp_path is already set to an existing path. However, the output is only these lines:
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation. start0 Logging to temp/log/Client0/log start1 Logging to temp/log/Client1/log start2 Logging to temp/log/Client2/log start3 Logging to temp/log/Client3/log
Is it means I need to open 4 extra terminals to play the game?