#2913 - minor comment cleanup

This commit is contained in:
Marek Wolan
2025-01-03 11:22:17 +00:00
parent c5f81708ce
commit c9752f0dc5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.. only:: comment
© Crown-owned copyright 2024, Defence Science and Technology Laboratory UK
© Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
.. _about:

View File

@@ -223,7 +223,7 @@ class WebpageUnavailablePenalty(AbstractReward, identifier="WEBPAGE_UNAVAILABLE_
"""Penalises the agent when the web browser fails to fetch a webpage."""
config: "WebpageUnavailablePenalty.ConfigSchema"
reward: float = 0.0 # XXX: Private attribute?
reward: float = 0.0
location_in_state: List[str] = [""] # Calculate in __init__()?
class ConfigSchema(AbstractReward.ConfigSchema):