gbartyzel / mobile_robot_rl

Mobile robot control in V-REP using Deep Reinforcement Learning Algorithms.
MIT License
29 stars 9 forks source link

Is there a main.py? #8

Closed woosuk1103 closed 3 years ago

woosuk1103 commented 3 years ago

Hello, I'm studying RL in V-rep simulation env. and interested in your project

During following the guidelines you suggested, I found "python main.py ~~"

however, I cannot find any file which is "main.py" in your git file and cannot run the simulation..

Could you give me any recommendations?

Thanks in advance :)

woosuk1103 commented 3 years ago

Sorry for interrupting, I mean "python main.py --train" not "python main.py ~~"

gbartyzel commented 3 years ago

Oh well, I didn't update README, in new version there is run.py instead of main.py :)

woosuk1103 commented 3 years ago

Thank you for immediate reply! :) But can I ask you another question?

As you suggested above, I run the code "python run.py --train" (virtual env(python3.6) in ubuntu 18.04) But it is only saying 'ImportError: cannot import name 'PyRep'

Thus, I downloaded PyRep via "pip install PyRep" and rebooted for several times, yet cannot run the code, though. Is there any keys for handling this situation?

Thanks in advance. Your comments are really helping me :)

gbartyzel commented 3 years ago

You should install pyrep from github repo not from pip :)

woosuk1103 commented 3 years ago

Thanks a lot!