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
Can someone explain how descent_loss works? I've been trying to train the model with the rollout loss, but I'm unsure how to set the size of the trajectory for which the rollout loss is computed.
From tracing the code, I suspect changing EpisodicDataModule's trajectories_per_episode and trajectory_length will set the number of rollouts and the trajectory rollout length. Is this correct?
Also, the rollout epochs are causing OOM (out of memory) issues. Is this expected?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone explain how descent_loss works? I've been trying to train the model with the rollout loss, but I'm unsure how to set the size of the trajectory for which the rollout loss is computed.
From tracing the code, I suspect changing EpisodicDataModule's
trajectories_per_episode
andtrajectory_length
will set the number of rollouts and the trajectory rollout length. Is this correct?Also, the rollout epochs are causing OOM (out of memory) issues. Is this expected?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions