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
We got the below results of reward after training rl model
And rl+llm model (we used llama instead of gpt 4 as u suggested)
Here it executed until 41 step and finally got the reward when training with llm but it accepted every decision of rl considering it as reasonable always
But the reward reduced from
-187165.88(rl) to -2.29(
rl+llm).
Is the reward we getting is correct?
And also how do we get the mean travel time, mean waiting time and mean speed values?
We got the below results of reward after training rl model



And rl+llm model (we used llama instead of gpt 4 as u suggested)
Here it executed until 41 step and finally got the reward when training with llm but it accepted every decision of rl considering it as reasonable always
But the reward reduced from
-187165.88(rl) to -2.29(
rl+llm).
Is the reward we getting is correct?
And also how do we get the mean travel time, mean waiting time and mean speed values?