DDPG-Keras-Torcs icon indicating copy to clipboard operation
DDPG-Keras-Torcs copied to clipboard

Can I just use "pip install torcs"?

Open Hanzy1996 opened this issue 7 years ago • 4 comments

I failed to install libglu1-mesa-dev,so I just use "pip install torcs". But it seems that many problem occur. When I run snakeoil3_gym.py,it look like this and always relauch. /usr/bin/python2.7 /home/hanzy/software/gym_torcs-master/snakeoil3_gym.py Waiting for server on 3101............ Count Down : 5 Waiting for server on 3101............ Count Down : 4 Waiting for server on 3101............ Count Down : 3 Waiting for server on 3101............ Count Down : 2 Waiting for server on 3101............ Count Down : 1 Waiting for server on 3101............ Count Down : 0 Waiting for server on 3101............ Count Down : -1 relaunch torcs Waiting for server on 3101............ Count Down : 4 Waiting for server on 3101............ Count Down : 3 Waiting for server on 3101............ Count Down : 2 Waiting for server on 3101............ Count Down : 1 Waiting for server on 3101............ Count Down : 0 Waiting for server on 3101............ Count Down : -1 relaunch torcs Waiting for server on 3101............

When I run ddpg.py ,an error below happen. /usr/bin/python2.7 /home/hanzy/software/gym_torcs-master/ddpg.py Using TensorFlow backend. Traceback (most recent call last): File "/home/hanzy/software/gym_torcs-master/ddpg.py", line 10, in from keras.engine.training import collect_trainable_weights ImportError: cannot import name collect_trainable_weights

Process finished with exit code 1

WHY!!!

Hanzy1996 avatar Dec 19 '17 10:12 Hanzy1996

What does relaunch mean?

Hanzy1996 avatar Dec 19 '17 10:12 Hanzy1996

I lower the version of tensorflow and keras,the program works.But still always relaunch.

Hanzy1996 avatar Dec 19 '17 10:12 Hanzy1996

I have the same problem, and I don't think I am the only one. Any suggestions???

lihaoly avatar Jan 20 '18 04:01 lihaoly

You must install vtorcs-RL-color. https://github.com/ugo-nama-kun/gym_torcs/tree/master/vtorcs-RL-color

moneypi avatar Mar 11 '19 02:03 moneypi