submit-paper / Danzero_plus

33 stars 7 forks source link

Running actor.py problem #5

Open StevenUST opened 11 months ago

StevenUST commented 11 months ago

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?

submit-paper commented 11 months ago

Well, these information is normal when running the code. If you want to see more output, you can add more information to be printed.