Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [WinError 2] The system cannot find the file specified #2

Open
Amin-Tgz opened this issue Sep 19, 2019 · 0 comments

Comments

@Amin-Tgz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant