Unable to run the last step of the tutorial in Webots R2022b.
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 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)?
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.
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.
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.