You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this shoud work well on linux machines, but in a Windows machine it's rising an error, like showed before.
I replaced the line with error to this line of code: fn = get_texture_file(os.path.join("tiles-processed", self.style, kind, "texture"))[0]
I tried to run the command that is on docs below:
./manual_control.py --env-name Duckietown-udem1-v0
but a error was aways been arrising:
I debbuged the code and saw this line of code:
fn = get_texture_file(f"tiles-processed/{self.style}/{kind}/texture")[0]
gym-duckietown/src/gym_duckietown/simulator.py
Line 638 in 7c06d1e
this shoud work well on linux machines, but in a Windows machine it's rising an error, like showed before.
I replaced the line with error to this line of code:
fn = get_texture_file(os.path.join("tiles-processed", self.style, kind, "texture"))[0]
and the error was gone.
this is the commit from my fork:
etnifsilva/gym-duckietown@50ce134
The text was updated successfully, but these errors were encountered: