Closed wduguay-air closed 1 year ago
@wduguay-air can you remove the counter ? as discussed it will cause issues.
Removed here: https://github.com/cogment/cogment-verse/pull/128
I will try to find time this week to implement the complete solution with the model registry v2.
Context
The
actor_session.get_tick_id()
resets back to0
after every trial. For environments where the number of steps is lower than theconfig.model_update_frequency
, the model update condition will be skipped.Solution
Add a sample counter for the Actor class.
Other changes
Improve readability of dqn configs.