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
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
I didn't find a parent common interface for all the bsuite environments, but a common patter is to have a method get_observation to collect the current observation.
Is there any specific reason why?
If not, would it be reasonable to omogenise the interface and make Catch compliant?
Contex:
I usually use a simple interface to interoperate between gym, bsuite, dm_env and other common libraries, and the lack of a shared interface for bsuite.Environments is an obstacle.
See also #44 for a tentative edit of Catch.
It does note modify the parent Environment yet.
Thanks,
Edu
The text was updated successfully, but these errors were encountered:
I didn't find a parent common interface for all the
bsuite
environments, but a common patter is to have a methodget_observation
to collect the current observation.Catch
, however, is the only environment to have an_observation
method in place of a_get_observation
one.https://github.com/deepmind/bsuite/blob/6d8f64997ca256473c3d10be021431facc5a14d7/bsuite/environments/catch.py#L109-L114
Is there any specific reason why?
If not, would it be reasonable to omogenise the interface and make
Catch
compliant?Contex:
I usually use a simple interface to interoperate between
gym
,bsuite
,dm_env
and other common libraries, and the lack of a shared interface forbsuite.Environment
s is an obstacle.See also #44 for a tentative edit of
Catch
.It does note modify the parent
Environment
yet.Thanks,
Edu
The text was updated successfully, but these errors were encountered: