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
Is your feature request related to a problem? Please describe.
As of v2.1.0 the old logger classes are deprecated, to be replaced by GridWorldLoggerV2 and others. These new loggers included the world state as a State argument, simplifying the implementation of new loggers.
Describe the solution you would like
The old logger classes need to be removed, and the GridWorldLoggerV2 need to become deprecated and renamed to GridWorldLogger. Similar for all other default loggers as well. In a future release then GridWorldLoggerV2 can then be removed again.
Describe alternatives you have considered
N/A
Additional context
The loggers were changed for #202
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As of v2.1.0 the old logger classes are deprecated, to be replaced by
GridWorldLoggerV2
and others. These new loggers included the world state as aState
argument, simplifying the implementation of new loggers.Describe the solution you would like
The old logger classes need to be removed, and the
GridWorldLoggerV2
need to become deprecated and renamed toGridWorldLogger
. Similar for all other default loggers as well. In a future release thenGridWorldLoggerV2
can then be removed again.Describe alternatives you have considered
N/A
Additional context
The loggers were changed for #202
The text was updated successfully, but these errors were encountered: