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
Currently, the frameskip simply repeats each action for each frame.
Instead, we should be able to send it an action to perform for each of these frames.
Could be done by simply adding an extra (optional) dimension at the start of the action numpy array.
The text was updated successfully, but these errors were encountered:
Currently, the frameskip simply repeats each action for each frame.
Instead, we should be able to send it an action to perform for each of these frames.
Could be done by simply adding an extra (optional) dimension at the start of the action numpy array.
The text was updated successfully, but these errors were encountered: