v0.3.2
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 ofstep
method of the environment. This value is local to the rank-0 and takes into consideration theaction_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