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
float point exception (core dumped) is returned when calling model.step_time() if the model was loaded with num_recording_timesteps=0 instead of num_recording_timesteps=None. This is not a major issue, as one can just use None in this case, but it should probably not present an error to the user. Rather, one would expect the same behaviour if either None or 0 was used.
The text was updated successfully, but these errors were encountered:
float point exception (core dumped)
is returned when callingmodel.step_time()
if the model was loaded withnum_recording_timesteps=0
instead ofnum_recording_timesteps=None
. This is not a major issue, as one can just useNone
in this case, but it should probably not present an error to the user. Rather, one would expect the same behaviour if eitherNone
or0
was used.The text was updated successfully, but these errors were encountered: