Closed KelvinYang0320 closed 2 years ago
Thanks @KelvinYang0320 , could you fix the same issue in the supervisor_emitter_receiver.py so we get two birds in one stone? :D
@tsampazk I think that is the same issue.
This warning is raised by get_timestep()
and we still use it in KeyboardPrinter
.
https://github.com/aidudezzz/deepbots/blob/bd8a0d6601bbe316d5ac0fffbbb17abc888bf57d/deepbots/supervisor/controllers/supervisor_emitter_receiver.py#L94-L99
After using .timesetp
in our deepbots package, cartpolt/carpole_discrete/CartPoleWorldEmitterReceiver can work without this warning.
DId you get this warning in other deepworld examples?
You are absolutely right, sorry about that, i have encountered lots of issues and opened and ran lots of different things, so i was confused :laughing: I checked the whole deepbots directory for usages of get_timestep
and found only the one in keyboard printer so we are good to go!
Disregard the failing test, it seems that it cannot find the python version to install or something along those lines.
When using
KeyboardPrinter
inkeyboard_printer
, users will get the following warning. This might confuse users.