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
Is this suppose to be like that? I thought that I need terminal state to end each episode, is it for ending the whole thing? I'm working with ros btw
for (int i = 0; i < 100; i++) {
Episode ea = agent.runLearningEpisode(env);
episodes.add(ea);
System.out.println(i + ea.maxTimeStep());
env.resetEnvironment();
}
When i = 2, no actions are published
The text was updated successfully, but these errors were encountered:
Is this suppose to be like that? I thought that I need terminal state to end each episode, is it for ending the whole thing? I'm working with ros btw
When i = 2, no actions are published
The text was updated successfully, but these errors were encountered: