deepbots-tutorials icon indicating copy to clipboard operation
deepbots-tutorials copied to clipboard

Unable to run the last step of the tutorial in Webots R2022b.

Open NO00636712 opened this issue 1 year ago • 3 comments

The code gets stuck in the environment creation step in the env creation step for both the supervisor and emitter tutorials. I am running Windows 10 and have a pretty decent GPU.

NO00636712 avatar Oct 10 '22 02:10 NO00636712

@NO00636712 Hi, there! Thanks for opening an issue. Could you provide some screenshots or warning messages to let us reproduce this issue? Did you install the newest deepbots release (0.1.3)?

KelvinYang0320 avatar Oct 10 '22 02:10 KelvinYang0320

When trying to run the controller script following the rbotSupervisorScheme tutorial I get the message-

AttributeError: 'CartpoleRobot' object has no attribute 'getSelf'

I have attached the screenshot. robot_supervisor_error Also, I am able to install deepbots 0.1.3-dev using pip, but when I check the python version it shows-0.0.0.11-pre I have attached the screenshot for this too. deepbots_version_error

NO00636712 avatar Oct 10 '22 06:10 NO00636712

Hey @NO00636712, could you try to install deepbots with pip install -i https://test.pypi.org/simple/ deepbots==0.1.3.dev2 ? It should give you the latest stable dev release.

tsampazk avatar Oct 10 '22 07:10 tsampazk