mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Add is_on_policy property to agents (#480)
This commit is contained in:
@@ -152,3 +152,8 @@ class AgentInterface(object):
|
||||
:return: None
|
||||
"""
|
||||
raise NotImplementedError("")
|
||||
|
||||
@property
|
||||
def is_on_policy(self) -> bool:
|
||||
raise NotImplementedError("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user