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
if ((self.tank_1+self.tank_2+self.tank_LA) >=10and (self.tank_3+self.tank_4+self.tank_RA) >=10):
Hi, if you just set the threshold as 10, I think it means that we just simulate 1 time step. However, in the following code, you added step size to simulate how fuel flows between tanks. By default, "stepsize=1", I think the program works well. But I am afraid if you set stepsize as some values else, there would be problem.
The text was updated successfully, but these errors were encountered:
QLearning/models/fuel_tanks.py
Line 81 in f940973
Hi, if you just set the threshold as 10, I think it means that we just simulate 1 time step. However, in the following code, you added step size to simulate how fuel flows between tanks. By default, "stepsize=1", I think the program works well. But I am afraid if you set stepsize as some values else, there would be problem.
The text was updated successfully, but these errors were encountered: