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
I am trying to refactor the code to work with 1/10 car http://donkeycar.com.
But i wanted to know few things in gym_torcs.py line 72 action_torcs = client.R.d and line 127 obs = client.S.d is n't those actions are the same or i am missing something?
The text was updated successfully, but these errors were encountered:
I wrote the code a long time ago, so I don't clearly remember the TORCS interface, but I am guessing that that line 72 is used for applying an action to the car, while line 127 is used for obtaining a complete observation (from which images are later extracted) from the current game state.
I am trying to refactor the code to work with 1/10 car http://donkeycar.com.
But i wanted to know few things in gym_torcs.py line 72
action_torcs = client.R.d
and line 127obs = client.S.d
is n't those actions are the same or i am missing something?The text was updated successfully, but these errors were encountered: