You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I run the code[run_experiment.py] continuously print these lines:
Trying to load 'memory'...done.
Trying to load 'OU process'...done.
Trying to load 'agent weights'...done.
Trying to load 'agent steps'...done.
0/1000000 steps completed. Continuing...
Training for 1000000 steps ...
Traceback (most recent call last):
File "run_experiment.py", line 126, in
verbose=1, action_repetition=4, callbacks=callbacks)
File "C:\Users\AminWin10\AppData\Local\conda\conda\envs\DeepLearning\lib\site-packages\rl\core.py", line 140, in fit
env.reset())
File "D:\WorkingPartition\University\MS\Thesis3\CARLA_Projects\autodrive_ddpg-master\code\autodrive\carla_rl\environment_wrapper.py", line 159, in reset
force_environment_reset=force_environment_reset, settings=settings)
File "D:\WorkingPartition\University\MS\Thesis3\CARLA_Projects\autodrive_ddpg-master\code\autodrive\carla_rl\carla_environment_wrapper.py", line 356, in _restart_environment_episode
self.setup_client_and_server()
File "D:\WorkingPartition\University\MS\Thesis3\CARLA_Projects\autodrive_ddpg-master\code\autodrive\carla_rl\carla_environment_wrapper.py", line 124, in setup_client_and_server
self.server = self._open_server()
File "D:\WorkingPartition\University\MS\Thesis3\CARLA_Projects\autodrive_ddpg-master\code\autodrive\carla_rl\carla_environment_wrapper.py", line 176, in _open_server
p = subprocess.Popen(cmd, stdout=out, stderr=out, env=my_env)
File "C:\Users\AminWin10\AppData\Local\conda\conda\envs\DeepLearning\lib\subprocess.py", line 729, in init
restore_signals, start_new_session)
File "C:\Users\AminWin10\AppData\Local\conda\conda\envs\DeepLearning\lib\subprocess.py", line 1017, in _execute_child
startupinfo) FileNotFoundError: [WinError 2] The system cannot find the file specified
Saving...'weights'..'memory'....'OU process'....'steps'....done
another qustion:
How to use pretraind network?
could u share pretrained checkpoint files?
Tnx
The text was updated successfully, but these errors were encountered:
Hi,
when I run the code[run_experiment.py] continuously print these lines:
another qustion:
How to use pretraind network?
could u share pretrained checkpoint files?
Tnx
The text was updated successfully, but these errors were encountered: