Hello Ross
I've been trying to set up your project but I get some errors.
Firstly when i try to run your line for main.py, there are (probably) 32 windows running and after some time the whole thing crushes.
I tried lowering the --num-processes to something like 8 and it seems to be running, but for how long should I leave it like this (it hangs on INFO:gym_unity:1 agents within environment.)
`
Also when i try to run enjoy.py i get:
Traceback (most recent call last): File "enjoy.py", line 63, in <module> state_dict, ob_rms = torch.load(args.load_path) File "/root/anaconda2/envs/tower/lib/python3.6/site-packages/torch/serialization.py", line 382, in load f = open(f, 'rb') FileNotFoundError: [Errno 2] No such file or directory: ''
`
do i need to specify a load_path somewhere??
Thanks
Hello Ross
I've been trying to set up your project but I get some errors.
Firstly when i try to run your line for main.py, there are (probably) 32 windows running and after some time the whole thing crushes.
I tried lowering the --num-processes to something like 8 and it seems to be running, but for how long should I leave it like this (it hangs on
INFO:gym_unity:1 agents within environment.)`
Also when i try to run enjoy.py i get:
`
do i need to specify a load_path somewhere??
Thanks