nip.parameters.update_schedule#
Parameters specifying the schedule for updating agents.
Each agent follows its own update schedule, which specifies on which iterations the agent should be updated by the optimizer. On all other iterations, the agent is frozen and does not update.
Classes
Base class for agent update schedules. |
|
|
A periodic schedule for alternating updates between two agents. |
An agent update schedule which updates the agent on all iterations. |
|
|
A periodic schedule where the agent is updated between start and stop iterations. |