andriusbern / NaoRL

A Reinforcement Learning framework for the NAO robot
41 stars 13 forks source link

VrepEnvironment non existing #4

Open khmariem opened 4 years ago

khmariem commented 4 years ago

From the screenshot below, it can be noticed that VrepEnvironment is not implemented yet it is imported and this yields to an error when trying to run the code. Screenshot from 2020-05-25 11-45-23

tommysugiarto commented 4 years ago

so is there any solution for this issue yet? where can i find the VrepEnvironment?

zhaozj89 commented 3 years ago

I use VrepEnv in base.py to replace VrepEnvironment and it seems to work.