Skip to content

v0.3.2

Compare
Choose a tag to compare
@belerico belerico released this 15 Sep 08:46
· 219 commits to main since this release
717c517

v0.3.2 Release Notes

In this release we have fixed the logging time of every algorithm. In particular:

  • The Time/sps_env_interaction measures the steps-per-second of the environment interaction of the agent, namely the forward to obtain the new action given the observation and the execution of step method of the environment. This value is local to the rank-0 and takes into consideration the action_repeat that one set through hydra/cli
  • The Time/sps_train measures the steps-per-second of the train function that runs in a distributed manner, considering all the ranks calling the train function